fix: PRs that change only .md or .txt files can't be merged

This commit is contained in:
EinoHR
2023-07-08 13:49:24 +00:00
parent e69e6bfcc1
commit 3fff8bc61c

View File

@@ -25,9 +25,6 @@ on:
# checks" to succeed for typical PR branch names such as "fix-something".
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
pull_request:
paths-ignore:
- "**.md"
- "**.txt"
# Build when manually triggering this workflow for a branch. This allows you
# to build any branch, even if it's not listed in the automated triggers above.
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch