Skip to content

Commit 465fdca

Browse files
committed
ci: fix run docker build only on main an tags push
1 parent 47ea6cd commit 465fdca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
name: Build Docker Image and Release
6666
needs:
6767
- test
68+
if: github.event_name == 'push'
6869
runs-on: ubuntu-latest
6970
permissions:
7071
actions: read

0 commit comments

Comments
 (0)