Skip to content

Commit 1770b99

Browse files
committed
ci: fix glob patter for paths filter
1 parent 7038903 commit 1770b99

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: publish
33
on:
44
push:
55
branches:
6-
- 'coatl'
6+
- coatl
77
paths:
8-
- 'requirements/**'
9-
- 'Dockerfile'
10-
- 'entrypoint.sh'
8+
- requirements/**
9+
- Dockerfile
10+
- entrypoint.sh
1111

1212
jobs:
1313
tagger:

.github/workflows/self-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
branches:
66
- coatl
77
paths:
8-
- '.github/workflows/self-test.yml'
9-
- 'requirements/**'
10-
- 'Dockerfile'
8+
- .github/workflows/self-test.yml
9+
- requirements/**
10+
- Dockerfile
1111

1212
env:
1313
devpi-password: abcd1234

0 commit comments

Comments
 (0)