Skip to content

Commit

Permalink
nginx-buildbot: removed an older branch name for stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Aug 29, 2024
1 parent f4601ad commit 49c1b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nginx-buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ref_found=0
ALLOWED_ORGS="nginx nginxinc"
ALLOWED_EVENTS="push"
ALLOWED_REFS="refs/heads/main refs/heads/master refs/heads/stable-1.26 refs/heads/branches/stable-1.26"
ALLOWED_REFS="refs/heads/main refs/heads/master refs/heads/stable-1.26"
for org in $ALLOWED_ORGS; do
if [ "$org" == "$GITHUB_REPOSITORY_OWNER" ]; then org_found=1; fi
done
Expand Down

0 comments on commit 49c1b68

Please sign in to comment.