Skip to content

Commit cbc3dc5

Browse files
committed
Update CI workflow: remove branch restrictions for push and pull request events to streamline integration process.
1 parent 5d1f2f2 commit cbc3dc5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: [main]
65
pull_request:
7-
branches: [main]
86

97
jobs:
108
# Pipeline A: Server (lint → test → build)

0 commit comments

Comments
 (0)