mirror of
https://github.com/dorny/paths-filter.git
synced 2025-01-14 12:35:38 +00:00
Fix README & status badge (#5)
This commit is contained in:
parent
29d498d99d
commit
25327a213e
14
.github/workflows/build.yml
vendored
Normal file
14
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: "Build"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
npm install
|
||||
npm run all
|
@ -1,4 +1,4 @@
|
||||
name: "build-test"
|
||||
name: "Pull Request Verification"
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
@ -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…
Reference in New Issue
Block a user