We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81df886 commit 2919e01Copy full SHA for 2919e01
.github/workflows/opsless_system.yml
@@ -6,7 +6,7 @@ on:
6
branches:
7
- main
8
paths:
9
- - 'opsless_system/**' # Only trigger if files in opsless_system/ are changed
+ - 'opsless_system/**/*.tf' # Only trigger if files in opsless_system/ are changed
10
- '.github/workflows/opsless_system.yml' # (optional) if you want updates to the workflow itself to trigger a run
11
12
jobs:
0 commit comments