mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +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
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:
|
Loading…
Add table
Add a link
Reference in a new issue