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 ]
@ -187,4 +187,4 @@ jobs:
# upload_url: ${{ github.event.release.upload_url }} # upload_url: ${{ github.event.release.upload_url }}
# asset_path: ./${{ matrix.config.artifact }} # asset_path: ./${{ matrix.config.artifact }}
# asset_name: ${{ matrix.config.artifact }}.zip # asset_name: ${{ matrix.config.artifact }}.zip
# asset_content_type: application/zip # asset_content_type: application/zip