Skip to content

Commit 60eb59d

Browse files
authored
Merge pull request #113 from gui-cs/ci/tg-main-published
ci: listen for tg-main-published dispatch event
2 parents 8c50689 + d2bd5bd commit 60eb59d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ name: Release
1313
#
1414
# Triggers:
1515
# 1. Push to main or develop that changes code
16-
# 2. repository_dispatch from gui-cs/Terminal.Gui (stable releases only)
16+
# 2. repository_dispatch from gui-cs/Terminal.Gui (any main-branch publish: rc, beta, stable)
1717
# 3. Manual workflow_dispatch
1818
on:
1919
push:
2020
branches: [main, develop]
2121
paths: ['src/**', 'tests/**']
2222
repository_dispatch:
23-
types: [tg-released]
23+
types: [tg-main-published]
2424
workflow_dispatch:
2525
inputs:
2626
tg_version:

0 commit comments

Comments
 (0)