Skip to content

Commit

Permalink
Make deploy_dev workflow trigger on pull_request and need a maintaine…
Browse files Browse the repository at this point in the history
…r approval
  • Loading branch information
ctmbl committed May 17, 2024
1 parent bc73f3d commit b45155a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Allows
pull_request:

jobs:
# Build job
build-and-deploy-dev:
runs-on: ubuntu-latest
# Force to respect the 'dev-deployment' environment rules, in our case 1 maintainer approval
environment: deployment-dev
steps:
# Checkout repo AND ITS SUBMODULES
- name: 🛒 Checkout
Expand Down

0 comments on commit b45155a

Please sign in to comment.