File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Run tests (Linux)
2
2
3
- # Manual start only. Trying the save some minutes :)
4
3
' on ' :
5
- [workflow_dispatch]
4
+ # Allows for manually starting tests
5
+ workflow_dispatch :
6
+ # Triggers when pull request is created
7
+ pull_request :
6
8
7
9
# See: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
8
10
permissions :
Original file line number Diff line number Diff line change 1
1
name : Run tests (Mac)
2
2
3
- # Manual start only. Trying the save some minutes :)
4
- on :
5
- [workflow_dispatch]
3
+ ' on ' :
4
+ # Allows for manually starting tests
5
+ workflow_dispatch :
6
+ # Triggers when pull request is created
7
+ pull_request :
6
8
7
9
# See: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
8
10
permissions :
Original file line number Diff line number Diff line change 1
1
name : Run tests (Win)
2
2
3
- # Manual start only. Trying the save some minutes :)
4
- on :
5
- [workflow_dispatch]
3
+ ' on ' :
4
+ # Allows for manually starting tests
5
+ workflow_dispatch :
6
+ # Triggers when pull request is created
7
+ pull_request :
6
8
7
9
# See: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
8
10
permissions :
You can’t perform that action at this time.
0 commit comments