Skip to content

Commit 1c7ea78

Browse files
committed
merge main into branch
1 parent 4bee928 commit 1c7ea78

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,9 +2,9 @@ name: CI
22

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

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)