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 10, 2023
1 parent bcf6545 commit 4b8617c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ name: CI
# events but only for the master branch
on:
push:
branches: [ master ]
branches:
- master
- 'feature/**'
tags:
- "v*"
pull_request:
branches: [ master ]
branches:
- master
- 'feature/**'

jobs:
test:
Expand Down

0 comments on commit 4b8617c

Please sign in to comment.