Skip to content

Commit a1d68e3

Browse files
committed
fixes #2
1 parent 7aa5938 commit a1d68e3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build Status
22

3-
on: [push]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
# run on sunday nights
8+
- cron: '0 0 * * 0'
49

510
jobs:
611
build:

0 commit comments

Comments
 (0)