Fix CI: correct patter in paths-ignore + checkout in test-report workflow

This commit is contained in:
Michal Dorner 2021-02-20 22:45:20 +01:00
parent 85275e49c9
commit f285c4c6d7
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
2 changed files with 3 additions and 2 deletions

View file

@ -1,9 +1,9 @@
name: 'CI'
on:
pull_request:
paths-ignore: [ '*.md' ]
paths-ignore: [ '**.md' ]
push:
paths-ignore: [ '*.md' ]
paths-ignore: [ '**.md' ]
branches:
- main
workflow_dispatch:

View file

@ -11,6 +11,7 @@ jobs:
name: Workflow test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
artifact: test-results