Skip to content

Commit 287e832

Browse files
authored
Merge pull request #54 from boxine/jedie-patch-2
Update pythonapp.yml
2 parents 3d1591e + ae80803 commit 287e832

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pythonapp.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Test
22

33
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48
schedule:
59
- cron: '0 8 * * *'
6-
push:
710

811
jobs:
912
test:

0 commit comments

Comments
 (0)