Merge pull request #85 from JeffersonLab/511-110-setup #125
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: Validation-latest | |
on: | |
pull_request: | |
branches-ignore: [ dev ] # PRs which do not target `dev` (cf. `validation-dev.yml`) | |
push: | |
branches: [ main ] # pushes on `main` (viz., merging PRs to `main`) | |
tags: [ '*' ] # any tags | |
workflow_dispatch: # manual trigger | |
jobs: | |
validation: | |
uses: JeffersonLab/clas12-validation/.github/workflows/ci.yml@main | |
with: | |
gemc_version: match_gcard |