3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 16:29:32 +01:00
cargo-install/.github/workflows/cargo-tally.yml

17 lines
237 B
YAML
Raw Permalink Normal View History

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