mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-21 02:51:21 +00:00
MERGE: pull request #40 from threeal/modify-workflow-trigger
Modify GitHub Workflow Trigger
This commit is contained in:
commit
f4c54a3fe8
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -1,7 +1,9 @@
|
|||||||
name: test
|
name: test
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
branches: [latest, main]
|
||||||
jobs:
|
jobs:
|
||||||
default-usage:
|
default-usage:
|
||||||
runs-on: ${{ matrix.os }}-latest
|
runs-on: ${{ matrix.os }}-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user