Skip to content

Commit 68bdc8c

Browse files
authored
Merge pull request #16 from thinkgrid-labs/dev
chore: update workflows for tag-based release and manual dispatch
2 parents 7784d7a + ef01ce0 commit 68bdc8c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
merge_group:
1010
types:
1111
- checks_requested
12+
workflow_dispatch:
1213

1314
concurrency:
1415
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- main
6+
tags:
7+
- 'v*'
8+
workflow_dispatch:
69

710
jobs:
811
release:

0 commit comments

Comments
 (0)