feat: add Gitea Actions workflow for publishing to npm from main and dev branches
Some checks failed
Publish to npm / publish (push) Failing after 23s
Some checks failed
Publish to npm / publish (push) Failing after 23s
This commit is contained in:
parent
4f6672591e
commit
5ba8114ccc
|
@ -3,6 +3,7 @@ name: Publish to npm
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- main
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
Loading…
Reference in New Issue
Block a user