Skip to content

Commit

Permalink
add fix/* to branch patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Jan 16, 2025
1 parent 70479eb commit 1004038
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- branch-*
- feature/*
- enhancement/*
- fix/*

jobs:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- branch-*
- feature/*
- enhancement/*
- fix/*

jobs:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- branch-*
- feature/*
- enhancement/*
- fix/*

jobs:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- branch-*
- feature/*
- enhancement/*
- fix/*

jobs:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- branch-*
- feature/*
- enhancement/*
- fix/*

jobs:
run:
Expand Down

0 comments on commit 1004038

Please sign in to comment.