Skip to content

Commit

Permalink
Run test workflows on all branch PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr committed Jul 8, 2024
1 parent 963890e commit 1591e7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Coding Standard With Baseline
on:
pull_request:
branches:
- 2.4-develop
- *
permissions:
contents: read
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nx-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is running Integration Tests
on:
pull_request:
branches:
- 2.4-develop
- *

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is running Unit Tests
on:
pull_request:
branches:
- 2.4-develop
- *

permissions:
contents: write
Expand Down

0 comments on commit 1591e7b

Please sign in to comment.