Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Dec 23, 2024
1 parent 11b1a8a commit 97e698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: branch-check
run: |
BRANCH_NAME="${GITHUB_REF#refs/heads/}"
WHITELISTED_BRANCHES=("main" "releases/* feat/delete-dirs-before-copy-package")
WHITELISTED_BRANCHES=("main" "releases/*" "feat/delete-dirs-before-copy-package")
IS_WHITELISTED=false
# Check the branch against the whitelist using wildcard matching
Expand Down

0 comments on commit 97e698b

Please sign in to comment.