Skip to content

Commit

Permalink
add PR as trigger of gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
apetrosyan1613 committed Aug 28, 2024
1 parent 5239e10 commit a8bd4a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Node package

on:
workflow_dispatch:
push:
pull_request:
branches:
- 'main'

jobs:
test:
Expand Down

0 comments on commit a8bd4a9

Please sign in to comment.