Skip to content

Commit a0753fe

Browse files
committed
Run workflows if they are modified
1 parent 5ec253c commit a0753fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/hatch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
paths:
55
- 'hatch-demo/**'
6+
- '.github/workflows/hatch.yml'
67
defaults:
78
run:
89
working-directory: ./hatch-demo

.github/workflows/poetry.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
paths:
55
- 'poetry-demo/**'
6+
- '.github/workflows/poetry.yml'
67
defaults:
78
run:
89
working-directory: ./poetry-demo

0 commit comments

Comments
 (0)