We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5383ba + e313038 commit 01a00abCopy full SHA for 01a00ab
1 file changed
.github/workflows/build-lint-test.yml
@@ -2,6 +2,10 @@ name: Java Build, Lint and Test
2
3
on:
4
push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
+ types: [opened, reopened, synchronize]
9
10
jobs:
11
build-test-lint:
0 commit comments