Skip to content

Commit 99dd1b5

Browse files
committed
chore(repo): disable releases
1 parent 6f8788e commit 99dd1b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ run-name: Canary release from ${{ github.ref_name }}
44
on:
55
push:
66
branches:
7-
- main
7+
- main-disabled
88

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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ run-name: Release
44
on:
55
push:
66
branches:
7-
- main
8-
- release/v4
7+
- main-disabled
8+
- release/v4-disabled
99

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

0 commit comments

Comments
 (0)