Skip to content

Commit

Permalink
Escape branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgreffier committed Oct 31, 2024
1 parent 46120ed commit b853a2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Pull Request
on:
pull_request:
branches:
- master
- hotfix/*
- 'master'
- 'hotfix/v*.*.*'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Push Master
on:
push:
branches:
- master
- 'master'

jobs:
build:
Expand Down

0 comments on commit b853a2c

Please sign in to comment.