Skip to content

Commit

Permalink
[ISSUE #411] Enable CI workflows running on [0-9]+.[0-9]+.[0-9]+** br…
Browse files Browse the repository at this point in the history
…anches (#413)
  • Loading branch information
SteveYurongSu authored Jul 1, 2021
1 parent 3d6a766 commit a101b82
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 a101b82

Please sign in to comment.