Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaJugon authored Dec 6, 2023
1 parent 1abf457 commit 3b5a885
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: Terraform CI

on: [push, pull_request]
on:
push:
branches:
- feature/GHA-fix


jobs:
test:
name: Terraform Checks
runs-on: ubuntu-18.04
runs-on: eg-default
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup
uses: hashicorp/[email protected]
Expand Down

0 comments on commit 3b5a885

Please sign in to comment.