Skip to content

Commit

Permalink
adds conditional back
Browse files Browse the repository at this point in the history
Adds conditionals back into deploy action
  • Loading branch information
p-galligan committed May 3, 2024
1 parent 3ab2b04 commit 24ad654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:

jobs:
deploy:
#if: github.ref == 'refs/heads/base' || github.ref == 'refs/heads/development'
if: github.ref == 'refs/heads/base' || github.ref == 'refs/heads/development'
runs-on: ubuntu-latest

environment:
name: development
name: {{ github.ref_name }}

env:
LAMBDA_NAME: digitized_av_notifications
Expand Down

0 comments on commit 24ad654

Please sign in to comment.