Skip to content

Commit

Permalink
fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Dec 23, 2024
1 parent bdec955 commit cc00fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/add-this-to-the-release")
WHITELISTED_BRANCHES=("main" "releases/*" "feat/add-this-to-releases")
IS_WHITELISTED=false
# Check the branch against the whitelist using wildcard matching
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
- releases/**
- feat/add-this-to-the-release
- feat/add-this-to-releases
types: [closed]

concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit cc00fe8

Please sign in to comment.