Skip to content

Commit dc500df

Browse files
committed
feat(ci): allow PR checks on develop branch in CI workflow
1 parent a8ab339 commit dc500df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR Checks
22

33
on:
44
pull_request:
5-
branches: [master]
5+
branches: [master, develop]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)