We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114731e commit 9d4f055Copy full SHA for 9d4f055
1 file changed
.github/workflows/tests.yml
@@ -4,7 +4,10 @@ name: Run tests
4
on:
5
# Triggers the workflow on push or pull request events but only for the master branch
6
push:
7
- # Only run if source code or test configurations are changed
+ # Ignore tags
8
+ # https://github.community/t/dont-run-on-tag-creation/137469/7
9
+ branches:
10
+ - "**"
11
paths:
12
- "dpath/"
13
- "**.py"
@@ -40,4 +43,4 @@ jobs:
40
43
- name: Run tox with tox-gh-actions
41
44
uses: ymyzk/run-tox-gh-actions@main
42
45
with:
- tox-args: -vv
46
+ tox-args: -vv
0 commit comments