Skip to content

Commit

Permalink
Run workflows on queued_ltr_backports branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 27, 2021
1 parent 60b2327 commit 5fc2345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_layout.yml
Expand Up @@ -5,6 +5,7 @@ on:
branches: branches:
- master - master
- release-** - release-**
- queued_ltr_backports
pull_request: pull_request:


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

0 comments on commit 5fc2345

Please sign in to comment.