Skip to content

Commit

Permalink
Enable CI for feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
SupunS committed Aug 28, 2023
1 parent b9a9a25 commit af0b140
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 @@ -5,10 +5,12 @@ on:
branches:
- master
- 'v**'
- 'feature/**'
pull_request:
branches:
- master
- 'v**'
- 'feature/**'

jobs:
test:
Expand Down

0 comments on commit af0b140

Please sign in to comment.