We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea6eee commit f697eb5Copy full SHA for f697eb5
1 file changed
.github/workflows/ci.yml
@@ -1,7 +1,11 @@
1
name: Tests
2
3
-on: [push, pull_request]
4
-
+on:
+ release:
5
+ types: [ published ]
6
+ pull_request:
7
+ push:
8
+ branches: [ develop, main ]
9
env:
10
PY_COLORS: "1"
11
0 commit comments