Skip to content

Commit

Permalink
disable image push on main
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowDrucka64 committed Jun 28, 2024
1 parent de21146 commit 3562a49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-push-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build, Test and Push Frontend to GitHub Container Registry
on:
push:
branches: [ "main", "dev", "feature/frontend" ]
branches: ["feature/frontend" ]
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-push-operator.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build, Test and Push Operator Servcie to GitHub Container Registry
on:
push:
branches: [ "main", "dev", "feature/operator" ]
branches: ["feature/operator" ]
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-push-persistence.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build, Test and Push Persistence Servcie to GitHub Container Registry
on:
push:
branches: [ "main", "dev", "feature/persistence-service" ]
branches: ["feature/persistence-service" ]
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-push-serving.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build, Test and Push Serving Servcie to GitHub Container Registry
on:
push:
branches: [ "main", "dev", "feature/ml-serving-service" ]
branches: [ "feature/ml-serving-service" ]
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-push-training.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build, Test and Push Training Servcie to GitHub Container Registry
on:
push:
branches: [ "main", "dev", "feature/ml-training-service" ]
branches: ["feature/ml-training-service" ]
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
Expand Down

0 comments on commit 3562a49

Please sign in to comment.