mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Modify paths for pull request triggers
Update pull request workflow to include specific paths.
This commit is contained in:
parent
da147739ce
commit
f6b679cecf
10
.github/workflows/pull-request.yml
vendored
10
.github/workflows/pull-request.yml
vendored
|
|
@ -4,10 +4,12 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, reopened, synchronize]
|
types: [opened, reopened, synchronize]
|
||||||
paths-ignore:
|
paths:
|
||||||
- '.gitignore'
|
- '**'
|
||||||
- '*.md'
|
- '!.gitignore'
|
||||||
- '.github/*.md'
|
- '!*.md'
|
||||||
|
- '!.github/**'
|
||||||
|
- '.github/workflows/pull-request.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue