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/spec_test.yml
vendored
7
.github/workflows/spec_test.yml
vendored
@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user