Skip to content

Commit

Permalink
👷 change build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
o4kapuk committed Nov 25, 2023
1 parent f40af03 commit 4466b9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build npm package
on: push
on:
push:
branches:
- '**'
jobs:
build:
if: contains(github.event.head_commit.message, '🔖')
Expand Down

0 comments on commit 4466b9a

Please sign in to comment.