Skip to content

Commit a12447b

Browse files
committed
Workflow to run checks is now triggered by PRs
1 parent d59ad1d commit a12447b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/checks.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Run Checks
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: ["**"]
6+
pull_request:
7+
# The branches below must be a subset of the branches above
8+
branches: [main]
9+
schedule:
10+
- cron: '0 23 * * 2'
411

512
jobs:
613
test:

0 commit comments

Comments
 (0)