1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Run Workflows on all branches and PRs

This commit is contained in:
Jonah Graham 2023-03-20 09:48:58 -04:00
parent bc0bffec8a
commit bc0baaeb3d
2 changed files with 2 additions and 10 deletions

View file

@ -1,10 +1,6 @@
name: Build and Test
on:
push:
branches: [ "main", "cdt_11_0", "cdt_11_1" ]
pull_request:
branches: [ "main", "cdt_11_0", "cdt_11_1" ]
on: [push, pull_request]
jobs:
build:

View file

@ -1,10 +1,6 @@
name: Code Cleanliness Checks
on:
push:
branches: [ "main", "cdt_11_0", "cdt_11_1" ]
pull_request:
branches: [ "main", "cdt_11_0", "cdt_11_1" ]
on: [push, pull_request]
jobs:
build: