Skip to content

Commit

Permalink
only trigger release from master
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrademakers committed Nov 4, 2024
1 parent 91aca8b commit b723ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
create_release:
needs: debian-packages
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit b723ef1

Please sign in to comment.