Skip to content

Commit b723ef1

Browse files
only trigger release from master
1 parent 91aca8b commit b723ef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
create_release:
126126
needs: debian-packages
127127
runs-on: ubuntu-latest
128+
if: ${{ github.ref == 'refs/heads/master' }}
128129
steps:
129130
- name: Checkout Code
130131
uses: actions/checkout@v4

0 commit comments

Comments
 (0)