ci: fix gh action workflow branch

This commit is contained in:
Nicola Zambello 2021-12-14 09:58:32 +01:00
parent 759695889c
commit 68c86d1d26

View file

@ -5,9 +5,9 @@ name: Node.js CI
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build: