Skip to content

Commit

Permalink
ci: add pull_request so we can also test with tweaks in other branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Jun 18, 2024
1 parent 8e8e358 commit f81c71b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
- development
- experimental
- 'test*'
pull_request:
branches:
- master
- development
- experimental
- 'test*'

jobs:
build:
Expand Down

0 comments on commit f81c71b

Please sign in to comment.