Skip to content

Commit

Permalink
fix: correcting CI and firing on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-m-bah committed Oct 27, 2023
1 parent b72e5c0 commit 0a6a635
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@ name: 'Terraform'

on:
push:
branches:
- master
pull_request:

jobs:
quickstart:
name: 'Terraform'
runs-on: ubuntu-latest
runs-on: [focal]

steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-node@v3
with:
node-version: 20

- uses: hashicorp/setup-terraform@v1

- name: Terraform Version
Expand Down

0 comments on commit 0a6a635

Please sign in to comment.