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 0e669d0 commit ebc028fCopy full SHA for ebc028f
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: Basic CI
2
3
on:
4
push:
5
- branches: [ "main" ]
6
pull_request:
7
+ merge_group:
+ workflow_dispatch:
8
9
jobs:
10
setup:
.github/workflows/sdk-testing.yml
@@ -1,9 +1,14 @@
1
name: SDK Test Automation
+ push:
+ branches:
+ - main
branches:
- main
11
12
13
14
test-java:
0 commit comments