Skip to content

Commit 295724d

Browse files
fix: workflows trigger only on dev-v6 branch
1 parent 15a0bbc commit 295724d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
branches: [main, dev-v6]
6+
branches: [dev-v6]
77

88
jobs:
99
ci:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22
on:
33
push:
4-
branches: [main, dev-v6]
4+
branches: [dev-v6]
55

66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)