Added current branch to trigger for build_main workflow #36
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
# This is a basic workflow to help you get started with Actions | ||
name: CI - Releases and Main | ||
# Controls when the action will run. Triggers the workflow on push or pull request | ||
# events but only for the main branch | ||
on: | ||
push: | ||
branches: [ main, outsource_workflows ] | ||
tags: | ||
- "[2-9][0-9][0-9][0-9].[0-9]+-rev[0-9]+" | ||
jobs: | ||
call_workflow_build: | ||
uses: isaqb-org/github-workflows/.github/workflows/build.yml@main | ||
Check failure on line 15 in .github/workflows/build_main.yml GitHub Actions / .github/workflows/build_main.ymlInvalid workflow file
|