a reactive (signals based) hypermedia web framework (wip) stormlightlabs.github.io/volt/
hypermedia frontend signals
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: only trigger npm publish on tag

+2 -2
+2 -2
.github/workflows/publish-npm.yml
··· 2 2 3 3 on: 4 4 push: 5 - branches: 6 - - main 5 + tags: 6 + - 'v*' 7 7 8 8 jobs: 9 9 build: