Skip to content

Commit

Permalink
Merge pull request #5 from sumanmanna134/actions
Browse files Browse the repository at this point in the history
changed
  • Loading branch information
sumanmanna134 authored Jul 26, 2024
2 parents e8ed06c + e3cad84 commit fec8fcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: ['main']
pull_request:
branches: ['main']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -50,7 +48,7 @@ jobs:
run: terraform plan --var-file="./tfvars/terraform.tfvars" -out azinfra.tfplan -no-color

- run: echo "event name is:" ${{ github.event_name }}
- run: echo "event type is:" ${{ github.event.action }}
- run: echo "event type is:" ${{ github.ref }}

# - name: Terraform apply
# id: apply
Expand Down

0 comments on commit fec8fcd

Please sign in to comment.