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 49bb711 commit 5b30a5dCopy full SHA for 5b30a5d
.github/workflows/mend.yml
@@ -47,7 +47,7 @@ jobs:
47
event_found=0
48
ref_found=0
49
ALLOWED_ORGS="nginx nginxinc"
50
- ALLOWED_EVENTS="push"
+ ALLOWED_EVENTS="push workflow_dispatch"
51
ALLOWED_REFS="refs/heads/main refs/heads/master refs/heads/stable-1.28"
52
for org in $ALLOWED_ORGS; do
53
if [ "$org" == "$GITHUB_REPOSITORY_OWNER" ]; then org_found=1; fi
0 commit comments