Test Workflow PR Push Rules (#72)

* Add: file changes to ignore

* Fix: proper indentation in yml
This commit is contained in:
Kevin Dang
2024-06-16 20:49:45 -07:00
committed by GitHub
parent 32b12e93c0
commit 06638fec1f

View File

@@ -4,6 +4,14 @@ on:
pull_request:
branches:
- master
paths:
- '!docs/**'
- '!imgs/**'
- '!.github/**'
- '.github/workflows/**'
- '!.gitignore'
- '!LICENSE'
- '!README'
jobs:
Discord-Node-Test: