Skip to content

Commit 9dcd551

Browse files
committed
chore: make dev default working branch
1 parent bf5d954 commit 9dcd551

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Draft release
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [dev]
66
pull_request:
77
types: [opened, reopened, synchronize]
88

.github/workflows/validate-code-and-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Validate codebase and image
22

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

1010
jobs:

0 commit comments

Comments
 (0)