Skip to content

Commit fc893fa

Browse files
authored
ci: remove pull_request trigger from docker-build workflow (#11)
Remove pull_request trigger to prevent unnecessary builds on PRs. The workflow will now only run on main branch pushes and releases.
1 parent f10720e commit fc893fa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
8-
branches:
9-
- main
107
release:
118
types: [published]
129

0 commit comments

Comments
 (0)