Merge pull request #1967 from discordeno/action-paths

fix(workflows): only run workflow when necessary
This commit is contained in:
Skillz4Killz
2022-02-01 12:03:03 -05:00
committed by GitHub
4 changed files with 14 additions and 1 deletions
+6
View File
@@ -1,6 +1,12 @@
name: Local Tests Only
on:
push:
paths:
- "plugins/**"
- "src/**"
- "tests/**"
jobs:
test:
runs-on: ubuntu-latest
+2
View File
@@ -1,5 +1,7 @@
name: Test Contributor Pull Requests
on: issue_comment
jobs:
test:
runs-on: ubuntu-latest
-1
View File
@@ -1,6 +1,5 @@
name: Prettier
# on: [push, pull_request]
on:
push:
branches:
+6
View File
@@ -1,6 +1,12 @@
name: Test
on:
push:
paths:
- "plugins/**"
- "src/**"
- "tests/**"
jobs:
test:
runs-on: ubuntu-latest