Skip to content

Commit

Permalink
Workflow Terraform Lint: Correction path et branche
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Gagné <[email protected]>
  • Loading branch information
Francis Gagné committed Apr 30, 2024
1 parent a085535 commit 293edf9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/contrib-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Contributions tests

on: [ pull_request ]
on:
pull_request:
branches: ["release/*", "main"]

jobs:
tf-lint:
uses: ./tf-lint.yml
name: Tests sur contributions
uses: ./.github/workflows/tf-lint.yml

0 comments on commit 293edf9

Please sign in to comment.