Skip to content

Commit 1d78f24

Browse files
committed
fix: show future cd workflow names
1 parent 28854ef commit 1d78f24

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

.github/workflows/cd-beta.yaml

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# name: cd-beta
1+
name: cd-beta
22

3-
# on:
4-
# # Uncomment to work on CD in development mode.
5-
# # pull_request:
6-
# # branches: [ master ]
7-
# push:
8-
# branches:
9-
# - beta
3+
on:
4+
push:
5+
branches:
6+
- beta
107

11-
# jobs:
8+
jobs:
129
# deploy_beta:
1310
# runs-on: ubuntu-latest
1411
# env:

.github/workflows/cd-stable.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# name: cd-stable
1+
name: cd-stable
22

3-
# on:
4-
# push:
5-
# branches:
6-
# - stable
3+
on:
4+
push:
5+
branches:
6+
- stable
77

8-
# jobs:
8+
jobs:
99
# deploy_stable:
1010
# runs-on: ubuntu-latest
1111
# env:

0 commit comments

Comments
 (0)