Skip to content

Commit

Permalink
Workflows: Run tests on release branches (#31354)
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham authored May 3, 2021
1 parent 1390bd7 commit 7063d86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- trunk
- 'release/**'
- 'wp/**'

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- trunk
- 'release/**'
- 'wp/**'

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- trunk
- 'release/**'
- 'wp/**'

jobs:
Expand Down

0 comments on commit 7063d86

Please sign in to comment.