We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94adfa2 commit 0a7e4aeCopy full SHA for 0a7e4ae
.github/workflows/pullrequest.yml
@@ -1,7 +1,7 @@
1
name: Pull Request
2
on:
3
pull_request:
4
- branches: [ master ]
+ branches: [ main ]
5
jobs:
6
build:
7
if: github.repository == 'mirkosertic/MetaIR'
@@ -14,4 +14,4 @@ jobs:
14
java-version: 25
15
distribution: "temurin"
16
cache: maven
17
- - run: mvn --no-transfer-progress --batch-mode --settings .mvn/settings.xml clean javadoc:jar verify
+ - run: mvn --no-transfer-progress --batch-mode --settings .mvn/settings.xml clean javadoc:jar verify
0 commit comments