Skip to content

Commit

Permalink
Merge pull request #65 from Aller-Couleur/dev
Browse files Browse the repository at this point in the history
fix: corrected branch name in node.js.yml
  • Loading branch information
fwalzel authored Sep 5, 2023
2 parents 4651e3d + aec0fc6 commit 7ba388d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

on:
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]

jobs:
build:
Expand Down

0 comments on commit 7ba388d

Please sign in to comment.