Merge pull request #2345 from patricklodder/1.14-actions-reduce-triggers

[qa] Make GH Actions CI less trigger happy
This commit is contained in:
Ross Nicoll 2021-06-27 20:19:45 +01:00 committed by GitHub
commit 3f736fd61f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,14 @@
name: Continuous Integration
on:
- push
- pull_request
push:
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- 'doc/**'
- 'contrib/**'
- '**/*.md'
jobs:
build: