Skip to content

Commit

Permalink
Address branch rename in the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloren authored Oct 1, 2021
1 parent edb7a33 commit 77e7178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build project
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand All @@ -28,4 +28,4 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn clean test -B -U
run: mvn clean test -B -U

0 comments on commit 77e7178

Please sign in to comment.