File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Release
22
3- run-name : " Release - [ ${{ github.event.pull_request.title }} # ${{ github.event.pull_request.number }}] by @${{ github.actor }}"
3+ run-name : " Release - ${{ github.event_name }} [ ${{ github.event.pull_request.title || github.event.head_commit.message || github.ref_name }}] by @${{ github.actor }}"
44
55on :
6+ push :
7+ branches :
8+ - main
9+ paths :
10+ - ' .github/actions/**'
11+ - ' .github/workflows/**'
12+ - ' !.github/workflows/Release.yml'
13+ - ' !.github/workflows/Linter.yml'
14+ - ' !.github/workflows/Workflow-Test-*'
615 pull_request :
716 branches :
817 - main
Original file line number Diff line number Diff line change 11name : Workflow-Test [Default]
22
3- run-name : ' Workflow-Test [Default] - [ ${{ github.event.pull_request.title }} # ${{ github.event.pull_request.number }}] by @${{ github.actor }}'
3+ run-name : ' Workflow-Test [Default] - ${{ github.event_name }} [ ${{ github.event.pull_request.title || github.event.head_commit.message || github.ref_name }}] by @${{ github.actor }}'
44
55on :
66 workflow_dispatch :
7+ push :
8+ branches :
9+ - main
10+ paths :
11+ - ' .github/actions/**'
12+ - ' .github/workflows/**'
13+ - ' !.github/workflows/Release.yml'
14+ - ' !.github/workflows/Linter.yml'
715 pull_request :
816 paths :
917 - ' .github/actions/**'
Original file line number Diff line number Diff line change 11name : Workflow-Test [WithManifest]
22
3- run-name : ' Workflow-Test [WithManifest] - [ ${{ github.event.pull_request.title }} # ${{ github.event.pull_request.number }}] by @${{ github.actor }}'
3+ run-name : ' Workflow-Test [WithManifest] - ${{ github.event_name }} [ ${{ github.event.pull_request.title || github.event.head_commit.message || github.ref_name }}] by @${{ github.actor }}'
44
55on :
66 workflow_dispatch :
7+ push :
8+ branches :
9+ - main
10+ paths :
11+ - ' .github/actions/**'
12+ - ' .github/workflows/**'
13+ - ' !.github/workflows/Release.yml'
14+ - ' !.github/workflows/Linter.yml'
715 pull_request :
816 paths :
917 - ' .github/actions/**'
You can’t perform that action at this time.
0 commit comments