Skip to content

Commit

Permalink
fix: trigger build and check when push to main (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopa369 authored Mar 7, 2025
1 parent cc6c312 commit bc45d4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
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

0 comments on commit bc45d4f

Please sign in to comment.