-
Notifications
You must be signed in to change notification settings - Fork 913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove build on any branches except main and tags #3674
Conversation
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: