Skip to content

Commit

Permalink
Run on main PRs, not master
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Sep 9, 2024
1 parent 29ed96f commit 0d8954c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ name: Tests
on:
push:
branches:
- '*'
- main
pull_request:
branches: [master]
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 0d8954c

Please sign in to comment.