1
0
Fork 0
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:
Jonah Graham 2022-12-09 12:38:28 -05:00
parent 22cf5136f9
commit 04eb05401c
2 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,9 @@ name: Build and Test
on: on:
push: push:
branches: [ "main" ] branches: [ "main", "cdt_11_0" ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "main", "cdt_11_0" ]
jobs: jobs:
build: build:

View file

@ -2,9 +2,9 @@ name: Code Cleanliness Checks
on: on:
push: push:
branches: [ "main" ] branches: [ "main", "cdt_11_0" ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "main", "cdt_11_0" ]
jobs: jobs:
build: build: