Skip to content

Commit 42958f9

Browse files
Merge pull request #15 from adarsh3033/patch-4
Add push trigger for CI on production and development
2 parents ad032a2 + f14e5b6 commit 42958f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

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

79
jobs:
810
build:

0 commit comments

Comments
 (0)