Enable triggering workflows on push events (#783)
And enable cmake build in workflows with multiple cpu cores.
This commit is contained in:
7
.github/workflows/compilation_on_windows.yml
vendored
7
.github/workflows/compilation_on_windows.yml
vendored
@ -11,6 +11,13 @@ on:
|
||||
- "ci/**"
|
||||
- "doc/**"
|
||||
- "test-tools/**"
|
||||
# will be triggered on push events
|
||||
push:
|
||||
paths-ignore:
|
||||
- "assembly-script/**"
|
||||
- "ci/**"
|
||||
- "doc/**"
|
||||
- "test-tools/**"
|
||||
# allow to be triggered manually
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user