Skip to content

Commit 2198c03

Browse files
authored
Update unit-tests-on-maven.yml
1 parent df78087 commit 2198c03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/unit-tests-on-maven.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ name: Unit tests on Maven
55

66
on:
77
push:
8-
branches: [ "EFRS-1336-action-unit-tests-maven" ]
8+
branches: [ "master" ]
99
pull_request:
10-
branches: [ "EFRS-1336-action-unit-tests-maven" ]
10+
branches: [ "master" ]
1111

1212
jobs:
1313
tests:
1414

1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
1819
- uses: actions/checkout@v3
1920

2021
- name: Set up JDK 11

0 commit comments

Comments
 (0)