Skip to content

Commit f0211f8

Browse files
committed
Make the workflow run
1 parent e5d158e commit f0211f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Build
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [ "main", "master" ]
76
pull_request:
8-
branches:
9-
- main
7+
branches: [ "main", "master" ]
8+
release:
9+
types: [ released ]
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)