Skip to content

Commit

Permalink
Run workflows on CDT 11.1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Mar 6, 2023
1 parent aa6547f commit d4c87ce
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", "cdt_11_0" ]
branches: [ "main", "cdt_11_0", "cdt_11_1" ]
pull_request:
branches: [ "main", "cdt_11_0" ]
branches: [ "main", "cdt_11_0", "cdt_11_1" ]

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", "cdt_11_0" ]
branches: [ "main", "cdt_11_0", "cdt_11_1" ]
pull_request:
branches: [ "main", "cdt_11_0" ]
branches: [ "main", "cdt_11_0", "cdt_11_1" ]

jobs:
build:
Expand Down

0 comments on commit d4c87ce

Please sign in to comment.