3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2025-01-19 09:44:44 +01:00
cargo-install/.github/workflows/star-history.yml

17 lines
240 B
YAML
Raw Normal View History

2021-10-09 01:10:03 +01:00
name: star-history
on:
push:
branches:
2021-10-09 01:10:03 +01:00
- star-history
workflow_dispatch:
2021-10-09 01:10:03 +01:00
jobs:
build:
uses: ./.github/workflows/build.yml
2021-10-09 01:10:03 +01:00
with:
crate: star-history
permissions:
contents: write
secrets: inherit