Skip to content

Commit

Permalink
Build on push to all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinZavior authored Oct 25, 2024
1 parent 5f2e566 commit 879d6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/precompile_binaries.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [0.31.2, master, main]
branches: [*]

name: Precompile Binaries

Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
working-directory: cargokit/build_tool
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
PRIVATE_KEY: ${{ secrets.CARGOKIT_PRIVATE_KEY }}
PRIVATE_KEY: ${{ secrets.CARGOKIT_PRIVATE_KEY }}

0 comments on commit 879d6cb

Please sign in to comment.