diff --git a/.github/workflows/feature.yaml b/.github/workflows/feature.yaml index 263c1768..82d95cff 100644 --- a/.github/workflows/feature.yaml +++ b/.github/workflows/feature.yaml @@ -3,12 +3,8 @@ name: Feature Build & Test on: push: branches: [ master ] - paths: - - '!*.md' pull_request: branches: [ master ] - paths: - - '!*.md' jobs: test: