Skip to content

Commit 09bf164

Browse files
committed
chore(deploy): set environments
1 parent eae5811 commit 09bf164

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
build:
10+
environment: production
1011
runs-on: ubuntu-latest
1112

1213
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push]
44

55
jobs:
66
test:
7+
environment: develop
78
runs-on: ubuntu-latest
89

910
steps:

0 commit comments

Comments
 (0)