Skip to content

Commit

Permalink
Add Python-version specific triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrenfeu committed Nov 22, 2024
1 parent ac6e6ca commit 05439e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest-poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- master
tags:
- run-pytest*
- py3-pytest*
- "*-[0-9]+.*"
pull_request:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest-python2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
tags:
- run-pytest*
- py2-pytest*
- "*-[0-9]+.*"
pull_request:
branches:
Expand Down

0 comments on commit 05439e0

Please sign in to comment.