We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccd216 commit ad520d1Copy full SHA for ad520d1
.github/workflows/ci.yaml
@@ -1,12 +1,6 @@
1
name: Continuous Integration
2
3
-on:
4
- push:
5
- branches: [ $default-branch ]
6
- pull_request:
7
- paths:
8
- - '**.py'
9
- - '**.yaml'
+on: push:
10
11
jobs:
12
test:
@@ -39,6 +33,7 @@ jobs:
39
33
40
34
builder:
41
35
needs: [test]
36
+ if: github.ref == 'refs/heads/master'
42
37
strategy:
43
38
matrix:
44
os: [macos-10.15, windows-2019]
@@ -75,6 +70,7 @@ jobs:
75
70
publisher_release:
76
71
needs: [builder]
77
72
if: startsWith(github.event.ref, 'refs/tags/v')
73
78
74
runs-on: ubuntu-latest
79
steps:
80
- name: Check out repository
@@ -93,6 +89,7 @@ jobs:
93
89
94
90
publisher_latest:
95
91
92
96
97
98
0 commit comments