Skip to content

Commit

Permalink
Ensure tests run on queued_ltr_backports PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 14, 2021
1 parent 69fcfb3 commit fefb265
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code_layout.yml
Expand Up @@ -7,6 +7,10 @@ on:
- release-**
- queued_ltr_backports
pull_request:
branches:
- master
- release-**
- queued_ltr_backports

jobs:
documentation_checks:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos-build.yml
Expand Up @@ -18,6 +18,7 @@ on:
branches:
- master
- release-**
- queued_ltr_backports
paths:
- 'src/**'
- 'external/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- master
- release-**
- queued_ltr_backports
paths:
- 'src/**'
- 'external/**'
Expand Down

0 comments on commit fefb265

Please sign in to comment.