Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Sep 2, 2024
1 parent 6b21aba commit 6ed9e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-ci-bins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
# make binaries which may be ahead of releases to use in CI jobs
- "ci-bins"
- "ci-bins*"
jobs:
publish:
permissions:
Expand Down Expand Up @@ -35,6 +35,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/libra
tag: ${{ github.ref }}
tag: ci-bins
overwrite: true
file_glob: true

0 comments on commit 6ed9e46

Please sign in to comment.