Run on main and on pull requests
This commit is contained in:
parent
f83bf46171
commit
8bcc4e176a
1 changed files with 3 additions and 2 deletions
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
|
@ -6,8 +6,9 @@ env:
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Reference in a new issue