3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-23 00:39:30 +01:00
cargo-install/.github/workflows/star-history.yml

17 lines
240 B
YAML
Raw Normal View History

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