Skip to content

Commit 52e5e5e

Browse files
authored
Merge pull request #214 from contentstack/workflow-fix
fix: workflow event
2 parents af526d0 + 0d1b4cb commit 52e5e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Unit-Test-CI
22

33
on:
44
push:
5-
branches: [ master, development ]
5+
branches: [ master, staging, development ]
66
pull_request:
7-
branches: [ master, development ]
7+
branches: [ master, staging, development ]
88

99
jobs:
1010
build-test:

0 commit comments

Comments
 (0)