Skip to content

Commit

Permalink
[Enhancement] Run CI on all branch (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanwenjun authored Mar 8, 2022
1 parent 00c4d24 commit caaa7a4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,9 @@ name: "Continuous Integration"

on:
push:
branches:
- develop
- master
- '[0-9]+.[0-9]+.[0-9]+**'
branches: ['*']
pull_request:
branches:
- develop
- master
- '[0-9]+.[0-9]+.[0-9]+**'
workflow_dispatch:
branches: [ '*' ]

jobs:
build:
Expand Down

0 comments on commit caaa7a4

Please sign in to comment.