Skip to content

Commit 59cc873

Browse files
committed
Test on all branch pushes
1 parent 2419da3 commit 59cc873

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: "Code scanning - action"
33
on:
44
pull_request:
55
push:
6-
branches:
7-
- main
86
schedule:
97
- cron: '0 16 * * 2'
108

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Lint
22
on:
33
pull_request:
44
push:
5-
branches:
6-
- main
75
schedule:
86
- cron: '3 20 * * SUN'
97
jobs:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Run tests
22
on:
33
pull_request:
44
push:
5-
branches:
6-
- main
75
schedule:
86
- cron: '3 22 * * SUN'
97
jobs:

0 commit comments

Comments
 (0)