mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 06:55:23 +02:00
Run all workflows on CDT 11 branch too
This commit is contained in:
parent
22cf5136f9
commit
04eb05401c
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build-test.yml
vendored
4
.github/workflows/build-test.yml
vendored
|
@ -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:
|
||||
|
|
4
.github/workflows/code-cleanliness.yml
vendored
4
.github/workflows/code-cleanliness.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue