Updated v1 pipeline rules (#309) #774
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: CI-Only Workflow | |
# Trigger for commit on any branch, other than the ones in the list | |
on: | |
push: | |
branches-ignore: | |
- v1_master | |
- v1_int | |
- v1_develop | |
jobs: | |
### Job to Build and Publish artifacts | |
Build-and-Publish: | |
uses: ./.github/workflows/reusable-build-and-publish.yml |