Skip to content

Commit 2b62fb8

Browse files
committed
fix: gh action
1 parent 6c09c59 commit 2b62fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: DEV pipeline
33
on:
44
push:
55
branches-ignore:
6-
- master
6+
- main
77

88
jobs:
99
check:

.github/workflows/ci-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release pipeline
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
check:

0 commit comments

Comments
 (0)