Skip to content

Commit 329a6e9

Browse files
committed
ci: fix glob patter for paths filter
1 parent d757364 commit 329a6e9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/publish-2.7.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: publish-2.7
33
on:
44
push:
55
branches:
6-
- 'coatl'
6+
- coatl
77
paths:
8-
- '.github/workflows/publish.yml'
9-
- '.github/workflows/publish-2.7.yml'
10-
- '2.7/**'
8+
- .github/workflows/publish.yml
9+
- .github/workflows/publish-2.7.yml
10+
- 2.7/**
1111
schedule:
1212
- cron: '0 8 9 * *'
1313

.github/workflows/publish-3.12.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: publish-3.12
33
on:
44
push:
55
branches:
6-
- 'coatl'
6+
- coatl
77
paths:
8-
- '.github/workflows/publish.yml'
9-
- '.github/workflows/publish-3.12.yml'
10-
- '3.12/**'
8+
- .github/workflows/publish.yml
9+
- .github/workflows/publish-3.12.yml
10+
- 3.12/**
1111
schedule:
1212
- cron: '0 8 15 * *'
1313

.github/workflows/publish-3.13.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: publish-3.13
33
on:
44
push:
55
branches:
6-
- 'coatl'
6+
- coatl
77
paths:
8-
- '.github/workflows/publish.yml'
9-
- '.github/workflows/publish-3.13.yml'
10-
- '3.13/**'
8+
- .github/workflows/publish.yml
9+
- .github/workflows/publish-3.13.yml
10+
- 3.13/**
1111
schedule:
1212
- cron: '0 8 16 * *'
1313

0 commit comments

Comments
 (0)