Skip to content

Commit

Permalink
change on req
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheft committed Jul 7, 2024
1 parent 41e914c commit 4a77ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform_and_deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Terraform and Deploy to Elastic Beanstalk

on:
pull_request:
push:
branches:
- main

jobs:
terraform:
name: Terraform Plan and Apply
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && contains(github.event.head_commit.modified, 'terraform/') }}
if: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.changed_files, 'terraform/') }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 4a77ff5

Please sign in to comment.