Skip to content

Commit

Permalink
proconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin PILIA committed Nov 15, 2024
1 parent 7efc25e commit 47c583f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- proconnect

# TODO: add tests
# Gitlab old code:
Expand Down Expand Up @@ -79,6 +80,7 @@ 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 47c583f

Please sign in to comment.