Skip to content

Commit

Permalink
fix(deploy): main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
leoguillaumegouv committed Oct 11, 2024
1 parent 926a7f5 commit 2441565
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
build-and-push:
if: github.ref_name == 'dev'
name: Build and push from ${{ github.ref_name }}/${{ github.sha }}
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -52,7 +51,6 @@ jobs:
name: Deploy from ${{ github.ref_name }}/${{ github.sha }}
runs-on: ubuntu-latest
needs: build-and-push
if: github.ref_name == 'dev'
steps:
- name: Trigger dev deployment
run: |
Expand Down

0 comments on commit 2441565

Please sign in to comment.