mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
ci: also run tests on pull requests (#2007)
This commit is contained in:
1
.github/workflows/format.yml
vendored
1
.github/workflows/format.yml
vendored
@@ -2,6 +2,7 @@ name: Check Formatting
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -6,6 +6,11 @@ on:
|
||||
- "plugins/**"
|
||||
- "src/**"
|
||||
- "tests/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "plugins/**"
|
||||
- "src/**"
|
||||
- "tests/**"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user