We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647a89a commit 0db07a7Copy full SHA for 0db07a7
.github/workflows/ips-image.yaml
@@ -8,6 +8,8 @@ on:
8
push:
9
branches:
10
- main
11
+ paths:
12
+ - 'ips_ig/**' # Only trigger if files within ips_ig change
13
workflow_dispatch:
14
15
jobs:
0 commit comments