Solidify CI logic on check-formatting and test (#2549)

This commit is contained in:
pajlada 2021-03-20 17:32:57 +01:00 committed by GitHub
parent 1521488091
commit 6cd9cb72fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View file

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

View file

@ -3,9 +3,6 @@ name: Test
on:
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
test: