Skip to content

Commit 8abb42d

Browse files
committed
Add "workflow_dispatch" trigger, cleanup tag triggers
1 parent 52dc313 commit 8abb42d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

β€Ž.github/workflows/pytest-poetry.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
name: Pytest-Poetry πŸ§ͺ🎭
44

55
on:
6+
workflow_dispatch:
67
push:
78
branches:
89
- master
910
tags:
10-
- run-pytest*
11-
- py3-pytest*
1211
- "*-[0-9]+.*"
1312
pull_request:
1413
branches:

β€Ž.github/workflows/pytest-python2.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Pytest-Python2 πŸ§ͺ🐍
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master
78
tags:
8-
- run-pytest*
9-
- py2-pytest*
109
- "*-[0-9]+.*"
1110
pull_request:
1211
branches:

0 commit comments

Comments
Β (0)