(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: on:
push: push:
branches: [ master ] branches: [ master ]
paths: paths:
- '**.jsx?' - '**.jsx?'
- '**.json' - '**.json'
- 'Dockerfile' - 'Dockerfile'
pull_request: pull_request:
branches: [ master ] branches: [ master ]
paths: paths:
- '**.jsx?' - '**.jsx?'
- '**.json' - '**.json'
jobs: jobs:
build: build: