Skip to content

Commit 3bd0ebd

Browse files
committed
.github: run CI on all branches
Running CI on any branch is more ergonomic, particularly for folks using CI in their forks.
1 parent 8067caf commit 3bd0ebd

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches: master
65
pull_request:
7-
branches: master
86
schedule:
97
- cron: "0 12 * * 1"
108

.github/workflows/nopanic.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ name: No panic
1111

1212
on:
1313
push:
14-
branches: master
1514
pull_request:
16-
branches: master
1715

1816
permissions:
1917
contents: read

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Test
22

33
on:
44
push:
5-
branches: master
65
pull_request:
7-
branches: master
86
schedule:
97
- cron: "0 12 * * 1"
108

.github/workflows/workspace.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Workspace
22

33
on:
44
push:
5-
branches: master
65
pull_request:
7-
branches: master
86

97
permissions:
108
contents: read

0 commit comments

Comments
 (0)