Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukaato authored Jan 22, 2021
1 parent 9c92b02 commit 1bcda76
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ name: Build Java with Maven

on:
push:
branches: [ main ]
branches:
- '!main'
pull_request:
branches: [ main ]
branches:
- 'main'
- 'develop'

jobs:
build:
Expand Down

0 comments on commit 1bcda76

Please sign in to comment.