We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28854ef commit 1d78f24Copy full SHA for 1d78f24
.github/workflows/cd-beta.yaml
@@ -1,14 +1,11 @@
1
-# name: cd-beta
+name: cd-beta
2
3
-# on:
4
-# # Uncomment to work on CD in development mode.
5
-# # pull_request:
6
-# # branches: [ master ]
7
-# push:
8
-# branches:
9
-# - beta
+on:
+ push:
+ branches:
+ - beta
10
11
-# jobs:
+jobs:
12
# deploy_beta:
13
# runs-on: ubuntu-latest
14
# env:
.github/workflows/cd-stable.yaml
@@ -1,11 +1,11 @@
-# name: cd-stable
+name: cd-stable
-# - stable
+ - stable
# deploy_stable:
0 commit comments