Always build CI regardless of changes (#2547)

This commit is contained in:
pajlada 2021-03-20 15:53:53 +01:00 committed by GitHub
parent 79bc700743
commit 1521488091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,7 @@ on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
build: