Skip to content

Commit ae9a53b

Browse files
authored
Trigger Python workflow in PRs which modify it (#25)
1 parent ed84f60 commit ae9a53b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name: Python Packaging
33

44
on: # yamllint disable-line rule:truthy
5+
pull_request:
6+
paths:
7+
- '.github/workflows/python.yaml'
8+
- 'pyproject.toml'
59
push:
610
tags: ['*']
711
workflow_dispatch:

0 commit comments

Comments
 (0)