We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f988b5c commit f38b8c7Copy full SHA for f38b8c7
1 file changed
.github/workflows/ci-cd.yml
@@ -5,6 +5,7 @@ on:
5
branches: [ main ]
6
pull_request:
7
8
+ workflow_dispatch:
9
10
jobs:
11
test:
@@ -88,6 +89,9 @@ jobs:
88
89
runs-on: ubuntu-latest
90
needs: [test, build-docs]
91
if: github.ref == 'refs/heads/main'
92
+ environment:
93
+ name: production
94
+ url: https://github.com/aignostics/platform-typescript-sdk/releases
95
96
steps:
97
- name: Checkout code
0 commit comments