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.
15 lines
261 B
YAML
15 lines
261 B
YAML
name: cxxbridge-cmd
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- cxxbridge-cmd
|
|
|
|
jobs:
|
|
build:
|
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
|
with:
|
|
crate: cxxbridge-cmd
|
|
bin: cxxbridge
|
|
secrets:
|
|
private_key: ${{secrets.private_key}}
|