From 469604206b8a99b4cd7fc1b28312e8081b3c640e Mon Sep 17 00:00:00 2001 From: Samuel Carlsson Date: Tue, 8 Feb 2022 17:08:47 +0100 Subject: [PATCH] use "master" in triggers --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fc516b3..e59609a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: Java CI with Maven on: push: - branches: [ $default-branch ] + branches: [ master ] pull_request: - branches: [ $default-branch ] + branches: [ master ] jobs: build: @@ -22,5 +22,5 @@ jobs: java-version: '8' distribution: 'temurin' cache: maven - - name: Build with Maven + - name: maven run: mvn -B package --file pom.xml