mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Run workflows on CDT 11.1 branch
This commit is contained in:
parent
aa6547fe50
commit
d4c87cef72
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", "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:
|
||||
|
|
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", "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:
|
||||
|
|
Loading…
Add table
Reference in a new issue