Skip to content

Commit

Permalink
fix: enable pull request trigger for Node.js workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bengeois committed Nov 2, 2024
1 parent 39b7b2e commit a3dc8db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: NodeJS Checks

on:
push:

pull_request:
branches: [develop]
pull_request:

jobs:
build:
Expand Down

0 comments on commit a3dc8db

Please sign in to comment.