Skip to content

Commit

Permalink
updated github actions .yml file to activate on push to 'release' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanDris committed May 24, 2024
1 parent ae730fc commit d9e2d2e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ name: CMake on multiple platforms

on:
push:
branches: [ "main-CMake" ]
tags: [ "v*" ]
pull_request:
branches: [ "main-CMake" ]
branches: [ "release" ]

jobs:
build:
Expand Down

0 comments on commit d9e2d2e

Please sign in to comment.