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 ba80f6f commit b0aa824Copy full SHA for b0aa824
.github/workflows/mac.yml
@@ -5,9 +5,9 @@ name: Unit Test
5
6
on:
7
push:
8
- branches: [ master ]
+ branches: [ main ]
9
pull_request:
10
- branches: [ master, feature/* ]
+ branches: [ main, feature/* ]
11
12
jobs:
13
build:
.github/workflows/ssm-integ.yml
@@ -4,9 +4,9 @@ name: SSM Integration Test
4
# PRs only need to run this if the SSM plugin logic has changed
paths:
- 'jetbrains-core/src/software/aws/toolkits/jetbrains/services/ssm/SsmPlugin.kt'
0 commit comments