Skip to content

Commit cc17038

Browse files
authored
Update ssm-integ.yml
1 parent aa2238a commit cc17038

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ssm-integ.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ on:
99
branches: [ main, feature/* ]
1010
# PRs only need to run this if the SSM plugin logic has changed
1111
paths:
12-
- 'jetbrains-core/src/software/aws/toolkits/jetbrains/services/ssm/SsmPlugin.kt'
13-
- 'jetbrains-core/it/software/aws/toolkits/jetbrains/services/ssm/SsmPluginTest.kt'
12+
- '.github/workflows/ssm-integ.yml'
13+
- 'plugins/core/jetbrains-core/src/software/aws/toolkits/jetbrains/services/ssm/SsmPlugin.kt'
14+
- 'plugins/core/jetbrains-core/it/software/aws/toolkits/jetbrains/services/ssm/SsmPluginTest.kt'
1415

1516
jobs:
1617
build:

0 commit comments

Comments
 (0)