Skip to content

Commit

Permalink
Make the build packages step run on the test-actions branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
krihal committed Sep 20, 2024
1 parent 6cf7ced commit e723e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

create_deb_packet:
needs: reset-run-number
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/test-actions'
runs-on: ubuntu-20.04
env:
VERSION: "7.1.0"
Expand Down

0 comments on commit e723e10

Please sign in to comment.