Skip to content

Commit 9d4f055

Browse files
authored
Ignore tags in tests workflow
1 parent 114731e commit 9d4f055

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ name: Run tests
44
on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
push:
7-
# Only run if source code or test configurations are changed
7+
# Ignore tags
8+
# https://github.community/t/dont-run-on-tag-creation/137469/7
9+
branches:
10+
- "**"
811
paths:
912
- "dpath/"
1013
- "**.py"
@@ -40,4 +43,4 @@ jobs:
4043
- name: Run tox with tox-gh-actions
4144
uses: ymyzk/run-tox-gh-actions@main
4245
with:
43-
tox-args: -vv
46+
tox-args: -vv

0 commit comments

Comments
 (0)