Skip to content

Commit cc44198

Browse files
authored
run CI on all PRs (#445)
1 parent f776fd2 commit cc44198

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on: # yamllint disable-line rule:truthy
66
branches:
77
- main
88
pull_request:
9-
branches:
10-
- main
119

1210
permissions: read-all
1311

.github/workflows/super-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Lint Code Base
99

1010
on: # yamllint disable-line rule:truthy
1111
push:
12-
branches: ["main"]
12+
branches:
13+
- main
1314
pull_request:
14-
branches: ["main"]
1515

1616
permissions: read-all
1717
jobs:

0 commit comments

Comments
 (0)