File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: publish-2.7
3
3
on :
4
4
push :
5
5
branches :
6
- - ' coatl'
6
+ - coatl
7
7
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/**
11
11
schedule :
12
12
- cron : ' 0 8 9 * *'
13
13
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: publish-3.12
3
3
on :
4
4
push :
5
5
branches :
6
- - ' coatl'
6
+ - coatl
7
7
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/**
11
11
schedule :
12
12
- cron : ' 0 8 15 * *'
13
13
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: publish-3.13
3
3
on :
4
4
push :
5
5
branches :
6
- - ' coatl'
6
+ - coatl
7
7
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/**
11
11
schedule :
12
12
- cron : ' 0 8 16 * *'
13
13
You can’t perform that action at this time.
0 commit comments