Skip to content

Commit e5d9527

Browse files
Update workflows (#13)
* update workflows * remove old workflow
1 parent f6a0d9d commit e5d9527

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.github/workflows/build_package.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
name: Build Maven Package
22

3-
on: [ push ]
3+
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 ]
410

511
jobs:
6-
build:
12+
package:
713
runs-on: ubuntu-latest
814

915
steps:

.github/workflows/run_tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
name: Run Maven Tests
22

3-
on: [ push ]
3+
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 ]
410

511
jobs:
6-
build:
12+
test:
713
runs-on: ubuntu-latest
814

915
steps:

0 commit comments

Comments
 (0)