mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
c48d5eecf2
Having some trouble getting GitHub Actions to run the "on: push: tags" build after a tag is repointed to a new commit.
14 lines
243 B
YAML
14 lines
243 B
YAML
name: cargo-outdated
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- cargo-outdated
|
|
|
|
jobs:
|
|
build:
|
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
|
with:
|
|
crate: cargo-outdated
|
|
secrets:
|
|
private_key: ${{secrets.private_key}}
|