Skip to content

Commit a2f6f80

Browse files
committed
ci: refactor workflow files to use external reusable workflows
- Replace publish-release.yml and sync.yml with references to external repository reusable workflows - Simplify configuration by removing duplicate steps and permission declarations - Use inherit to inherit organization-level secret configuration
1 parent 23c9e36 commit a2f6f80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish Release
22

33
on:
44
push:
5-
tags:
6-
- '*'
5+
branches: [main]
6+
workflow_dispatch:
77

88
jobs:
99
publish-release:

0 commit comments

Comments
 (0)