Skip to content

Commit ca564da

Browse files
committed
disable release automation
1 parent 7a5fbf3 commit ca564da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-automated.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: release-automated
22
on:
33
push:
4-
branches: [ master, release, alpha, beta ]
4+
# Disabling release automation temporarily
5+
# branches: [ master, release, alpha, beta ]
6+
branches: [ release, alpha, beta ]
57
jobs:
68
publish-docs:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)