Skip to content

Commit

Permalink
Build fork when pushing to main
Browse files Browse the repository at this point in the history
  • Loading branch information
drodrigues4 committed Jul 24, 2024
1 parent 1ed0d80 commit 2903d1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-fork-to-npm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Release fork to NPM

on: workflow_dispatch
on:
push:
branches:
- main
workflow_dispatch:

env:
VERSION: 0.32.1-${{ github.sha }}
Expand Down

0 comments on commit 2903d1a

Please sign in to comment.