Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 29, 2024
1 parent 9055946 commit 911d0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
BRANCH_NAME="${GITHUB_HEAD_REF}"
fi
# Extract the branch name from refs/heads/ for push events
# Extract the branch name from refs/heads/ for push events :)
branch_name="${BRANCH_NAME#refs/heads/}"
# Adjusted regex pattern to match two lowercase initials, slash, hashtag, and number
Expand Down

0 comments on commit 911d0ed

Please sign in to comment.