mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 00:59:04 +00:00
Fix README & status badge (#5)
This commit is contained in:
parent
29d498d99d
commit
25327a213e
3 changed files with 16 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<p align="center">
|
||||
<a href="https://github.com/dorny/pr-changed-files-filter/actions"><img alt="typescript-action status" src="https://github.com/dorny/pr-changed-files-filter/workflows/build-test/badge.svg"></a>
|
||||
<a href="https://github.com/dorny/pr-changed-files-filter/actions"><img alt="typescript-action status" src="https://github.com/dorny/pr-changed-files-filter/workflows/build/badge.svg"></a>
|
||||
</p>
|
||||
|
||||
**CAUTION**: This action can be only used in a workflow triggered by `pull_request` event.
|
||||
|
@ -36,7 +36,6 @@ Output variables can be later used in the `if` clause to conditionally run speci
|
|||
|
||||
### Sample workflow
|
||||
```yaml
|
||||
...
|
||||
name: Build verification
|
||||
|
||||
on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue