Skip to content

Commit 3475d58

Browse files
cykollncursoragent
andauthored
Add Master release manual dispatch option (#390)
* adds workflow dispatch * Restrict Master Release workflow_dispatch to master only. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d95fe81 commit 3475d58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/continuous_deployment.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- 'master'
7+
workflow_dispatch:
78

89
jobs:
910
determine-if-deploy:
11+
if: github.ref == 'refs/heads/master'
1012
runs-on: ubuntu-latest
1113
outputs:
1214
deploy: ${{ steps.tag_exists.outputs.exists == 'false' }}

0 commit comments

Comments
 (0)