Option to only store event if energy in a given region of space is above threshold #265
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Framework Validation | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
release: | |
workflow_dispatch: | |
env: | |
CMAKE_BUILD_TYPE: Release | |
REST_PATH: /rest/geant4lib/install | |
BRANCH_NAME: ${{ github.head_ref || github.ref_name }} | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
framework-validation: | |
uses: rest-for-physics/framework/.github/workflows/validation.yml@master |