Skip to content

Commit

Permalink
Fix CI: correct patter in paths-ignore + checkout in test-report work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
dorny committed Feb 20, 2021
1 parent 85275e4 commit f285c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Workflow test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
artifact: test-results
Expand Down

0 comments on commit f285c4c

Please sign in to comment.