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