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 0429f37 commit 356b933Copy full SHA for 356b933
.github/workflows/run.yml
@@ -34,6 +34,7 @@ jobs:
34
35
- name: Manual Approval
36
uses: trstringer/manual-approval@v1
37
+ if: github.event_name == 'push'
38
with:
39
secret: ${{ github.token }}
40
approvers: ${{ vars.APPROVERS }}
0 commit comments