(fix) error in workflow file

This commit is contained in:
2021-04-18 09:53:51 +02:00
parent e78fbdaaad
commit 19aa1c0985

View File

@ -6,15 +6,15 @@ name: Node.js CI
on:
push:
branches: [ master ]
paths:
- '**.jsx?'
- '**.json'
- 'Dockerfile'
paths:
- '**.jsx?'
- '**.json'
- 'Dockerfile'
pull_request:
branches: [ master ]
paths:
- '**.jsx?'
- '**.json'
paths:
- '**.jsx?'
- '**.json'
jobs:
build: