Skip to content

Commit c5259a6

Browse files
committed
Run Workflows on all branches and PRs
1 parent f9eef68 commit c5259a6

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Build and Test
22

3-
on:
4-
push:
5-
branches: [ "main", "cdt_11_0" ]
6-
pull_request:
7-
branches: [ "main", "cdt_11_0" ]
3+
on: [push, pull_request]
84

95
jobs:
106
build:

.github/workflows/code-cleanliness.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Code Cleanliness Checks
22

3-
on:
4-
push:
5-
branches: [ "main", "cdt_11_0" ]
6-
pull_request:
7-
branches: [ "main", "cdt_11_0" ]
3+
on: [push, pull_request]
84

95
jobs:
106
build:

0 commit comments

Comments
 (0)