File tree Expand file tree Collapse file tree 4 files changed +52
-8
lines changed
Expand file tree Collapse file tree 4 files changed +52
-8
lines changed Original file line number Diff line number Diff line change 11name : CI-Docker-Wormhole
22
33on :
4- pull_request : {}
5- push : { branches: [ main ] }
4+ pull_request :
5+ paths-ignore :
6+ - ' docs/**'
7+ - ' mkdocs.yml'
8+ - ' README.md'
9+ - ' RELEASING.md'
10+ push :
11+ branches : [ main ]
12+ paths-ignore :
13+ - ' docs/**'
14+ - ' mkdocs.yml'
15+ - ' README.md'
16+ - ' RELEASING.md'
617
718concurrency :
819 group : " ${{ github.workflow }}-${{ github.head_ref || github.sha }}"
Original file line number Diff line number Diff line change 11name : CI-Examples
22
33on :
4- pull_request : {}
5- push : { branches: [ main ] }
4+ pull_request :
5+ paths-ignore :
6+ - ' docs/**'
7+ - ' mkdocs.yml'
8+ - ' README.md'
9+ - ' RELEASING.md'
10+ push :
11+ branches : [ main ]
12+ paths-ignore :
13+ - ' docs/**'
14+ - ' mkdocs.yml'
15+ - ' README.md'
16+ - ' RELEASING.md'
617
718concurrency :
819 group : " ${{ github.workflow }}-${{ github.head_ref || github.sha }}"
Original file line number Diff line number Diff line change 11name : CI-Docker-Rootless
22
33on :
4- pull_request : {}
5- push : { branches: [ main ] }
4+ pull_request :
5+ paths-ignore :
6+ - ' docs/**'
7+ - ' mkdocs.yml'
8+ - ' README.md'
9+ - ' RELEASING.md'
10+ push :
11+ branches : [ main ]
12+ paths-ignore :
13+ - ' docs/**'
14+ - ' mkdocs.yml'
15+ - ' README.md'
16+ - ' RELEASING.md'
617
718concurrency :
819 group : " ${{ github.workflow }}-${{ github.head_ref || github.sha }}"
Original file line number Diff line number Diff line change 11name : CI
22
33on :
4- pull_request : {}
5- push : { branches: [ main ] }
4+ pull_request :
5+ paths-ignore :
6+ - ' docs/**'
7+ - ' mkdocs.yml'
8+ - ' README.md'
9+ - ' RELEASING.md'
10+ push :
11+ branches : [ main ]
12+ paths-ignore :
13+ - ' docs/**'
14+ - ' mkdocs.yml'
15+ - ' README.md'
16+ - ' RELEASING.md'
617
718concurrency :
819 group : " ${{ github.workflow }}-${{ github.head_ref || github.sha }}"
You can’t perform that action at this time.
0 commit comments