Fix ignoring paths for the GitHub CI builds

This was broken in 52d63eedd2 (Don't rerun CI builds for docs-only
changes, 2021-01-28) and no builds were run at all as the result.
This commit is contained in:
Vadim Zeitlin
2021-01-30 21:40:11 +01:00
parent 0d04792116
commit 7cba593a85

View File

@@ -5,15 +5,15 @@ on:
push: push:
branches: branches:
- master - master
paths: paths-ignore:
- '!docs' - 'docs'
- '!interface' - 'interface'
pull_request: pull_request:
branches: branches:
- master - master
paths: paths-ignore:
- '!docs' - 'docs'
- '!interface' - 'interface'
jobs: jobs:
build: build: