chore: update contributor workflow to trigger on workflow_dispatch instead of tags

This commit is contained in:
krau
2025-04-20 14:55:48 +08:00
parent 230c07fd55
commit bf9aef6eb7

View File

@@ -1,7 +1,5 @@
on:
push:
tags:
- "v*"
workflow_dispatch:
jobs:
contrib-readme-job: