We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6393e commit 5aa918dCopy full SHA for 5aa918d
1 file changed
.github/workflows/tests.yml
@@ -1,6 +1,12 @@
1
name: Python package
2
3
-on: [push]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ tags:
8
+ - '**'
9
+ pull_request:
10
11
jobs:
12
build:
0 commit comments