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 f6a0d9d commit e5d9527Copy full SHA for e5d9527
.github/workflows/build_package.yml
@@ -1,9 +1,15 @@
1
name: Build Maven Package
2
3
-on: [ push ]
+on:
4
+ push:
5
+ branches:
6
+ - '**'
7
+ pull_request:
8
+ # The branches below must be a subset of the branches above
9
+ branches: [ main, master ]
10
11
jobs:
- build:
12
+ package:
13
runs-on: ubuntu-latest
14
15
steps:
.github/workflows/run_tests.yml
name: Run Maven Tests
+ test:
0 commit comments