Skip to content

Commit

Permalink
ci: add with-format on terraform job in integration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seantrane committed Apr 13, 2023
1 parent 4602217 commit c4d5f12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous Integration

on:
pull_request:
branches: [master, main, 'releases/**', 'feat/**', 'fix/**']
branches: [main, develop, master, 'releases/**', 'feat/**', 'fix/**']
push:
branches: [main]
paths:
Expand Down Expand Up @@ -38,4 +38,5 @@ jobs:
with:
version: 1.4.4
working-directory: ${{ matrix.working-directory }}
format: false
apply: false

0 comments on commit c4d5f12

Please sign in to comment.