Skip to content

Commit

Permalink
modify check branches of push and pull_request action (apache#18) (ap…
Browse files Browse the repository at this point in the history
…ache#19)

Co-authored-by: guoyonggang <[email protected]>
  • Loading branch information
2 people authored and zhoney committed Oct 20, 2021
1 parent 16e7320 commit 98f83d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
- /^release-.*$/
- /^test-.*$/
- gh-master
- gh2021q3
- gh-pre-release
pull_request:
branches:
- master
- /^release-.*$/
# - /^test-.*$/
- gh-master
- gh2021q3
- gh-pre-release

jobs:
build:
Expand Down

0 comments on commit 98f83d9

Please sign in to comment.