Skip to content

Commit

Permalink
[ISSUE apache#411] Enable CI workflows running on [0-9]+.[0-9]+.[0-9]…
Browse files Browse the repository at this point in the history
…+** branches (apache#412)

close apache#411
  • Loading branch information
SteveYurongSu authored and xwm1992 committed Dec 27, 2021
1 parent 7455778 commit 62413b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ on:
push:
branches:
- develop
- '[0-9]+.[0-9]+.[0-9]+**'
pull_request:
branches:
- develop
- '[0-9]+.[0-9]+.[0-9]+**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 62413b6

Please sign in to comment.