Skip to content

Commit 51cdd1b

Browse files
author
iru
committed
chore(ci): run pre-commit only on *.tf paths
1 parent 5450eeb commit 51cdd1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-pull-request.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: CI - Pull Request
22

33
on:
44
pull_request:
5+
paths:
6+
- '**.tf'
57
push:
68
branches:
79
- master
10+
paths:
11+
- '**.tf'
812

913
jobs:
1014
getModules:

0 commit comments

Comments
 (0)