Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Sep 29, 2023
1 parent 8613ce2 commit 854f1c6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ on:
release:
types: [published]
push:
branches:
- "main"
branches: [main ,'platform_2.1.x']
pull_request:
branches:
- "main"
branches: [main ,'platform_2.1.x']
workflow_dispatch:

env:
Expand Down Expand Up @@ -50,4 +48,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=user/app:latest
cache-to: type=inline
cache-to: type=inline

0 comments on commit 854f1c6

Please sign in to comment.