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

@ -10,6 +10,13 @@ on:
- "core/shared/**"
- "wamr-compiler/**"
- "product-mini/**"
# will be triggered on push events
push:
paths:
- "core/iwasm/**"
- "core/shared/**"
- "wamr-compiler/**"
- "product-mini/**"
# allow to be triggered manually
workflow_dispatch: