Skip to content

Commit 25550ac

Browse files
committed
add guidelines
1 parent f884160 commit 25550ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-keycdn-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to KeyCDN
1+
name: Deploy to KeyCDN (Dev)
22
on:
33
push:
44
branches:

.github/workflows/deploy-keycdn-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
name: Deploy to KeyCDN (Master)
12
on:
23
push:
34
branches:
45
- master
5-
name: Deploy to KeyCDN
66
jobs:
77
build:
88
name: Build

0 commit comments

Comments
 (0)