Skip to content

Commit

Permalink
Update workflow to check for HTTP response headers in remote branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Jan 24, 2025
1 parent e7a61c1 commit 8f2941d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
if [[ "${{ github.ref }}" == refs/tags/* && "${{ github.event_name }}" == "release" && "${{ github.event.action }}" == "published" ]]; then
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git branch --remote --contains | grep origin/patch/3.2.x
git branch --remote --contains | grep origin/patch/http-response-headers
else
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git branch --remote --contains | grep origin/${BRANCH_NAME}
Expand Down

0 comments on commit 8f2941d

Please sign in to comment.