We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5fbf3 commit ca564daCopy full SHA for ca564da
.github/workflows/release-automated.yml
@@ -1,7 +1,9 @@
1
name: release-automated
2
on:
3
push:
4
- branches: [ master, release, alpha, beta ]
+ # Disabling release automation temporarily
5
+ # branches: [ master, release, alpha, beta ]
6
+ branches: [ release, alpha, beta ]
7
jobs:
8
publish-docs:
9
runs-on: ubuntu-latest
0 commit comments