Skip to content

Commit

Permalink
Merge pull request #10593 from mpdude/workflows
Browse files Browse the repository at this point in the history
Run workflows also for the `entity-level-commit-order` branch
  • Loading branch information
greg0ire authored Mar 23, 2023
2 parents 25bd41a + b666974 commit 33a19f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- "*.x"
- entity-level-commit-order
paths:
- .github/workflows/coding-standards.yml
- bin/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- "*.x"
- entity-level-commit-order
paths:
- .github/workflows/continuous-integration.yml
- ci/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/phpbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- "*.x"
- entity-level-commit-order
paths:
- .github/workflows/phpbench.yml
- composer.*
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- "*.x"
- entity-level-commit-order
paths:
- .github/workflows/static-analysis.yml
- composer.*
Expand Down

0 comments on commit 33a19f1

Please sign in to comment.