Skip to content

Commit

Permalink
Allow push on other branch than main
Browse files Browse the repository at this point in the history
Since the branch possibility update, another branch than main was not
possible in push workflow; Add branch ref.
  • Loading branch information
gboutry committed Jan 24, 2024
1 parent 9a0d420 commit b4ada9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
with:
rocks: ${{ needs.modified_rocks.outputs.rocks }}
publish: true
branch: ${{ github.ref }}

0 comments on commit b4ada9a

Please sign in to comment.