We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2238a commit cc17038Copy full SHA for cc17038
.github/workflows/ssm-integ.yml
@@ -9,8 +9,9 @@ on:
9
branches: [ main, feature/* ]
10
# PRs only need to run this if the SSM plugin logic has changed
11
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'
+ - '.github/workflows/ssm-integ.yml'
+ - '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'
15
16
jobs:
17
build:
0 commit comments