Skip to content

Commit 1a147e3

Browse files
authored
fix: remove if statements block staging deployment
1 parent a938f50 commit 1a147e3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- name: Build and push Docker image
3333
uses: docker/build-push-action@v4
3434
with:
35-
push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/master' }}
3635
platforms: linux/amd64
3736
file: Dockerfile
3837
tags: |
@@ -45,7 +44,6 @@ jobs:
4544
name: Deploy (CD)
4645
runs-on: ubuntu-latest
4746
needs: [ build ]
48-
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/master' }}
4947
steps:
5048
- name: Checkout repository
5149
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

0 commit comments

Comments
 (0)