We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa5938 commit a1d68e3Copy full SHA for a1d68e3
1 file changed
.github/workflows/build.yml
@@ -1,6 +1,11 @@
1
name: Build Status
2
3
-on: [push]
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ # run on sunday nights
8
+ - cron: '0 0 * * 0'
9
10
jobs:
11
build:
0 commit comments