Skip to content

Commit

Permalink
Run all workflows on CDT 11 branch too
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Dec 9, 2022
1 parent 22cf513 commit 04eb054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and Test

on:
push:
branches: [ "main" ]
branches: [ "main", "cdt_11_0" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "cdt_11_0" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-cleanliness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Code Cleanliness Checks

on:
push:
branches: [ "main" ]
branches: [ "main", "cdt_11_0" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "cdt_11_0" ]

jobs:
build:
Expand Down

0 comments on commit 04eb054

Please sign in to comment.