Skip to content

Commit

Permalink
Merge pull request #35 from SC-SGS/run_workflow_on_pr
Browse files Browse the repository at this point in the history
Add more triggers for github actions tests
  • Loading branch information
G-071 authored Jun 1, 2024
2 parents 7d561d4 + 01da042 commit 22bccbe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: ctest

on: [push]
on:
push:
pull_request: # build on PRs -- asks maintainers for approval before running on external PRs
branches:
- master
workflow_dispatch: # add manual trigger for the workflow

#env:
# BUILD_TYPE: Release
Expand Down

0 comments on commit 22bccbe

Please sign in to comment.