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 e696314 commit aa86fbeCopy full SHA for aa86fbe
.github/workflows/java-test.yaml
@@ -1,18 +1,18 @@
1
name: java-test
2
3
-on: push
4
- # push:
5
- # branches:
6
- # - main
7
- # - master
8
- # tags:
9
- # - '*'
10
- # pull_request:
11
12
13
- # paths:
14
- # - "java/**"
15
- # workflow_dispatch:
+on:
+ push:
+ branches:
+ - main
+ - master
+ tags:
+ - '*'
+ pull_request:
+ paths:
+ - "java/**"
+ workflow_dispatch:
16
17
jobs:
18
test:
0 commit comments