Skip to content

Commit

Permalink
Added current branch to trigger for build_main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderschramm1992 committed May 17, 2024
1 parent 6300d49 commit 2809d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI - Releases and Main
# events but only for the main branch
on:
push:
branches: [ main ]
branches: [ main, outsource_workflows ]
tags:
- "[2-9][0-9][0-9][0-9].[0-9]+-rev[0-9]+"

Expand Down

0 comments on commit 2809d84

Please sign in to comment.