Skip to content

Commit

Permalink
modify the github action branch
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowing committed Jan 13, 2022
1 parent ed7dd99 commit a45b663
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ name: Java CI with Maven

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

jobs:
build:
Expand Down

0 comments on commit a45b663

Please sign in to comment.