Skip to content

Commit

Permalink
Enable manual build for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hejajama committed Apr 25, 2024
1 parent f0385e9 commit 75204f5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ name: CMake on a single platform

on:
push:
branches: [ "master" ]
branches:
- master
- automatic_testing
pull_request:
branches: [ "master" ]

branches:
- master
- automatic_testing
workflow_dispatch: # Adding manual trigger

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
Expand Down

0 comments on commit 75204f5

Please sign in to comment.