Skip to content

Commit 27844b4

Browse files
committed
fix: Allow running build/push on any branch
Signed-off-by: Phoevos Kalemkeris <[email protected]>
1 parent 668e5b3 commit 27844b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/docker.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323

2424
build-and-push:
2525
needs: lint
26-
if: |
27-
github.repository == 'CogStack/CogStack-ModelServe' &&
28-
github.ref == 'refs/heads/main' &&
29-
(github.event_name == 'push' || github.event_name == 'workflow_dispatch')
3026
runs-on: ubuntu-latest
3127
permissions:
3228
contents: read

0 commit comments

Comments
 (0)