Skip to content

Commit 7a3bb34

Browse files
committed
ci: restore push trigger for develop branch in CI workflow
1 parent 9ef6928 commit 7a3bb34

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI
33
on:
44
pull_request:
55
branches: [main, develop]
6+
push:
7+
branches: [develop]
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)