1
0
Fork 0
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:
Jonah Graham 2023-03-06 14:11:48 -05:00
parent aa6547fe50
commit d4c87cef72
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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: