mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Fix CI: correct patter in paths-ignore + checkout in test-report workflow
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user