Test Workflow PR Push Rules (#72)
* Add: file changes to ignore * Fix: proper indentation in yml
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -4,6 +4,14 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- '!docs/**'
|
||||||
|
- '!imgs/**'
|
||||||
|
- '!.github/**'
|
||||||
|
- '.github/workflows/**'
|
||||||
|
- '!.gitignore'
|
||||||
|
- '!LICENSE'
|
||||||
|
- '!README'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Discord-Node-Test:
|
Discord-Node-Test:
|
||||||
|
|||||||
Reference in New Issue
Block a user