We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ec400 commit 4106868Copy full SHA for 4106868
1 file changed
.github/workflows/tests.yml
@@ -2,8 +2,8 @@ name: Run tests
2
3
on:
4
push:
5
- paths:
6
- - "src/**"
+ tags:
+ - "v*"
7
pull_request:
8
paths:
9
- "src/**"
0 commit comments