feat: update Gitea Actions workflow to trigger on dev branch instead of main

This commit is contained in:
Astrian Zheng 2025-02-25 09:58:39 +11:00
parent 877fb62064
commit 4f6672591e
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -3,7 +3,6 @@ name: Publish to npm
on:
push:
branches:
- main
- dev
jobs: