mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
fix(workflows): only run workflow when necessary
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
name: Local Tests Only
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "plugins/**"
|
||||
- "src/**"
|
||||
- "tests/**"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
name: Test
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "plugins/**"
|
||||
- "src/**"
|
||||
- "tests/**"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user