enable cmake action for specific branch

This commit is contained in:
vrcomputing 2022-10-28 12:56:25 +02:00 committed by GitHub
parent 9982d7321e
commit f6ad56c359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: CMake Build Matrix
on: on:
push: push:
branches: [ master ] branches: [ cmake ]
pull_request: pull_request:
branches: [ master ] branches: [ master ]