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:
parent
bc0bffec8a
commit
bc0baaeb3d
2 changed files with 2 additions and 10 deletions
6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
|
@ -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:
|
||||
|
|
6
.github/workflows/code-cleanliness.yml
vendored
6
.github/workflows/code-cleanliness.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue