fix: make workflow ignore changes in certain paths
This commit is contained in:
@@ -5,14 +5,14 @@ on:
|
||||
paths-ignore:
|
||||
- .github/**
|
||||
- .husky/**
|
||||
- ./README.md
|
||||
- '**/README.md'
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- .github/**
|
||||
- .husky/**
|
||||
- ./README.md
|
||||
- '**/README.md'
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user