(fix) error in workflow file

This commit is contained in:
2021-04-18 09:52:13 +02:00
parent 627c1908c2
commit e78fbdaaad

View File

@ -7,14 +7,14 @@ on:
push:
branches: [ master ]
paths:
- '**.jsx?'
- '**.json'
- 'Dockerfile'
- '**.jsx?'
- '**.json'
- 'Dockerfile'
pull_request:
branches: [ master ]
paths:
- '**.jsx?'
- '**.json'
- '**.jsx?'
- '**.json'
jobs:
build: