Skip to content
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: trigger build and check when push to main #1090

Merged
merged 14 commits into from
Mar 7, 2025
Merged
3 changes: 3 additions & 0 deletions .github/workflows/build-push-containers-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:
- labeled
- opened
- synchronize

push:
branches:
- main
tags:
- '[0-9]*.[0-9]*.[0-9]*'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/checks-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- opened
- synchronize
push:
branches:
- main
tags:
- '[0-9]*.[0-9]*.[0-9]*'

Expand Down
Loading