Update cmake.yml
This commit is contained in:
parent
44e70071b7
commit
6d87a1d486
1 changed files with 5 additions and 1 deletions
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: CMake
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue