Skip to content

Commit f38b8c7

Browse files
committed
chore: make release action require approval
1 parent f988b5c commit f38b8c7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8+
workflow_dispatch:
89

910
jobs:
1011
test:
@@ -88,6 +89,9 @@ jobs:
8889
runs-on: ubuntu-latest
8990
needs: [test, build-docs]
9091
if: github.ref == 'refs/heads/main'
92+
environment:
93+
name: production
94+
url: https://github.com/aignostics/platform-typescript-sdk/releases
9195

9296
steps:
9397
- name: Checkout code

0 commit comments

Comments
 (0)