Skip to content

Commit bcda13f

Browse files
fix thing
Created using spr 1.3.4
1 parent 490d2b3 commit bcda13f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tf-formatting.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: Terraform Formatting Check
22

3+
permissions:
4+
contents: read
5+
36
on:
4-
- push
5-
- pull_request
7+
push:
8+
branches:
9+
- main
10+
pull_request:
611

712
jobs:
813
check_formatting:

0 commit comments

Comments
 (0)