ci: separate workflows for main
and dev
branches
#100
Workflow file for this run
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 | ||
Check failure on line 15 in .github/workflows/validation-latest.yml GitHub Actions / Validation-latestInvalid workflow file
|