Enable triggering workflows on push events (#783)

And enable cmake build in workflows with multiple cpu cores.
This commit is contained in:
Wenyong Huang
2021-10-12 14:52:16 +08:00
committed by GitHub
parent ee1ae4dc2c
commit 8edca21df2
3 changed files with 30 additions and 9 deletions

View File

@ -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: