Skip to content

Commit 0a7e4ae

Browse files
authored
Update pullrequest.yml
1 parent 94adfa2 commit 0a7e4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Pull Request
22
on:
33
pull_request:
4-
branches: [ master ]
4+
branches: [ main ]
55
jobs:
66
build:
77
if: github.repository == 'mirkosertic/MetaIR'
@@ -14,4 +14,4 @@ jobs:
1414
java-version: 25
1515
distribution: "temurin"
1616
cache: maven
17-
- run: mvn --no-transfer-progress --batch-mode --settings .mvn/settings.xml clean javadoc:jar verify
17+
- run: mvn --no-transfer-progress --batch-mode --settings .mvn/settings.xml clean javadoc:jar verify

0 commit comments

Comments
 (0)