mirror of
https://github.com/louisrubet/rpn
synced 2024-11-16 07:47:26 +01:00
github workflow works on develop branch
This commit is contained in:
parent
2ff08ea4db
commit
57fd88ab94
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -2,7 +2,7 @@ name: CMake
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ v2.4.0-devel, master ]
|
||||
branches: [ develop, master ]
|
||||
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
|
|
Loading…
Reference in a new issue