Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
7man7LMYT authored Jan 24, 2021
1 parent 5af2e50 commit 36cf143
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Build and upload jar

on:
push:
branches: [ master ]
branches:
- main
- release/*
pull_request:
branches: [ master ]
branches:
- main
- release/*

jobs:
build:
Expand Down

0 comments on commit 36cf143

Please sign in to comment.