Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 19575df

Browse files
committed
Include tags-ignore in workflow
1 parent 744bb39 commit 19575df

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/on-push.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- '**'
7-
paths-ignore: # Don't trigger on files that are updated by the CI
8-
- 'pyproject.toml' # Note changes to poetry.lock will still build
9-
- 'setup.py'
10-
- 'README.rst'
7+
tags-ignore:
8+
- '**'
9+
paths-ignore: # Don't trigger on files that are updated by the CI
10+
- 'pyproject.toml' # Note changes to poetry.lock will still build
11+
- 'setup.py'
12+
- 'README.rst'
1113

1214
jobs:
1315

0 commit comments

Comments
 (0)