We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d1591e + ae80803 commit 287e832Copy full SHA for 287e832
1 file changed
.github/workflows/pythonapp.yml
@@ -1,9 +1,12 @@
1
name: Test
2
3
on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
schedule:
9
- cron: '0 8 * * *'
- push:
10
11
jobs:
12
test:
0 commit comments