Skip to content

Commit

Permalink
chore: temporary trigger workflow on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 committed Aug 14, 2024
1 parent 245f2f9 commit 5b2fccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Release and publish to npm

on:
workflow_dispatch:
inputs:
Expand All @@ -9,7 +10,8 @@ on:
- major
- minor
- patch

pull_request:
branches: [ "main" ]

jobs:
publish:
Expand Down

0 comments on commit 5b2fccb

Please sign in to comment.