Add ignored paths for workflow
This commit is contained in:
parent
770d400484
commit
8ed292a1bb
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -5,6 +5,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- "**/README.md"
|
||||
- ".github/**"
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
Loading…
x
Reference in New Issue
Block a user