We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec253c commit a0753feCopy full SHA for a0753fe
.github/workflows/hatch.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
paths:
5
- 'hatch-demo/**'
6
+ - '.github/workflows/hatch.yml'
7
defaults:
8
run:
9
working-directory: ./hatch-demo
.github/workflows/poetry.yml
- 'poetry-demo/**'
+ - '.github/workflows/poetry.yml'
working-directory: ./poetry-demo
0 commit comments