Skip to content

Commit 4a55a46

Browse files
committed
Only update when master branch changed
1 parent 503498e commit 4a55a46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
ISSO_ADDRESS=https://comments.newpipe.net
4545
4646
- name: Trigger redeployment
47+
if: github.ref == 'refs/heads/master'
4748
env:
4849
UPDATE_URL: ${{ secrets.UPDATE_URL }}
4950
UPDATE_TOKEN: ${{ secrets.UPDATE_TOKEN }}

0 commit comments

Comments
 (0)