mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-18 02:54:55 +00:00
fix: PRs that change only .md or .txt files can't be merged
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user