Skip to content

Commit 2b71976

Browse files
committed
[ci]: run CI on master only
1 parent 2ba570e commit 2b71976

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: [ci]
5+
branches: [main]
66

77
pull_request:
8-
branches: [ci]
8+
branches: [main]
99

1010
workflow_dispatch:
1111

0 commit comments

Comments
 (0)