File tree Expand file tree Collapse file tree 4 files changed +28
-12
lines changed
Expand file tree Collapse file tree 4 files changed +28
-12
lines changed Original file line number Diff line number Diff line change 77# https://github.com/actions/upload-artifact#where-does-the-upload-go
88# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-branches
99name : ActionsTest-Linux-Build
10- on : [push, pull_request]
11- branches-ignore :
12- - ' pipeline'
10+ on :
11+ pull_request :
12+ branches-ignore :
13+ - ' pipeline'
14+ push :
15+ branches-ignore :
16+ - ' pipeline'
1317jobs :
1418 test :
1519 name : Run Tests
Original file line number Diff line number Diff line change 77# https://github.com/actions/upload-artifact#where-does-the-upload-go
88# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-branches
99name : ActionsTest-MacOS-Build
10- on : [push, pull_request]
11- branches-ignore :
12- - ' pipeline'
10+ on :
11+ pull_request :
12+ branches-ignore :
13+ - ' pipeline'
14+ push :
15+ branches-ignore :
16+ - ' pipeline'
1317jobs :
1418 test :
1519 name : Run Tests
Original file line number Diff line number Diff line change 77# https://github.com/actions/upload-artifact#where-does-the-upload-go
88# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-branches
99name : ActionsTest-Windows-Build
10- on : [push, pull_request]
11- branches-ignore :
12- - ' pipeline'
10+ on :
11+ pull_request :
12+ branches-ignore :
13+ - ' pipeline'
14+ push :
15+ branches-ignore :
16+ - ' pipeline'
1317jobs :
1418 test :
1519 name : Run Tests
Original file line number Diff line number Diff line change 77# https://github.com/actions/upload-artifact#where-does-the-upload-go
88# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-branches
99name : ActionsTest-Windows-pwsh-Build
10- on : [push, pull_request]
11- branches-ignore :
12- - ' pipeline'
10+ on :
11+ pull_request :
12+ branches-ignore :
13+ - ' pipeline'
14+ push :
15+ branches-ignore :
16+ - ' pipeline'
1317jobs :
1418 test :
1519 name : Run Tests
You can’t perform that action at this time.
0 commit comments