Revert ignoring CI build if only markdown files are changed. This blocks PRs and we'll need a different solution to not require CI builds when only markdown files change (#13)
This commit is contained in:
Родитель
eedd3b0c0e
Коммит
08346bdcf8
|
@ -6,9 +6,6 @@ on:
|
|||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths-ignore:
|
||||
# Don't run if only basic markdown files have changed.
|
||||
- '**.md'
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
Загрузка…
Ссылка в новой задаче