Skip to content

Commit

Permalink
Merge pull request #10 from scalefactory/20230222_gha_pr
Browse files Browse the repository at this point in the history
feat: Trigger tests on PRs
  • Loading branch information
mbevc1 authored Feb 22, 2023
2 parents c52b847 + ef26f29 commit 42b7670
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@ name: 'Terraform'

on:
push:
branches:
- 'main'
paths:
- '**/*.tpl'
- '**/*.py'
- '**/*.tf'
- '.github/workflows/terraform.yml'
pull_request:
branches:
- '**'
paths:
- '**/*.tpl'
- '**/*.py'
- '**/*.tf'
- '.github/workflows/terraform.yml'
#pull_request: {}
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit 42b7670

Please sign in to comment.