Few updates adding plots and minor calculations for draft paper #488
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/axionlib/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 |