Skip to content

Commit f3c906b

Browse files
committed
chore: create dev branch
1 parent 131ae4d commit f3c906b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [master]
3+
branches: [master, dev]
44
pull_request:
55
types: [opened, reopened, synchronize, ready_for_review]
66

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [master]
3+
branches: [master, dev]
44
pull_request:
55
types: [opened, reopened, synchronize, ready_for_review]
66

.github/workflows/ci-test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [master]
3+
branches: [master, dev]
44
pull_request:
55
types: [opened, reopened, synchronize, ready_for_review]
66

.github/workflows/ci-test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [master]
3+
branches: [master, dev]
44
pull_request:
55
types: [opened, reopened, synchronize, ready_for_review]
66

0 commit comments

Comments
 (0)