fix: remove build on any branches except main and tags#3674
fix: remove build on any branches except main and tags#3674escapedcat merged 1 commit intoconventional-changelog:masterfrom
Conversation
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
AdeAttwood
left a comment
There was a problem hiding this comment.
I think we need this on the master branch for the edge tag. Its only feature, branches we don't want.
|
@AdeAttwood but previously you had |
|
Cron job is started on default branch (in this case |
|
@kaiehrhardt wdyt? |
|
@escapedcat good to go when you are. |
|
Thanks @shanduur ! |
|
sorry for the late response. no ci tests for the docker image build? :'( |
No worries, happy with any time you want to spend here.
Anyone up for a PR? :P |
Description
Build and push only releases and master branch (via cron).
Motivation and Context
Right now every branch that is created in the repo triggers build in the repository. This includes branches created by Renovate. We don't want it - only master (via cron) and releases should be built
Usage examples
N/A
How Has This Been Tested?
N/A
Types of changes
Checklist: