We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e687546 commit fb20d62Copy full SHA for fb20d62
.github/workflows/test_and_deploy.yml
@@ -140,7 +140,7 @@ jobs:
140
# Only run this if the JSON validation was successful, in case there is an error in one of the JSON files
141
# NOTE: This PAT will expire periodically, but Github should send a reminder to renew it.
142
- name: Trigger installMetadata.zip build in python-patcher-metadata repo
143
- if: steps.filter.outputs.metadata-changed == 'true'
+ if: github.ref == 'refs/heads/master' && steps.filter.outputs.metadata-changed == 'true'
144
uses: benc-uk/workflow-dispatch@v1
145
with:
146
workflow: build.yml
0 commit comments