mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-04-15 02:53:57 +02:00
Run in PRs
This commit is contained in:
parent
bd0e37e0b8
commit
5af18beb57
2 changed files with 2 additions and 2 deletions
.github/workflows
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Lint
|
||||
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
2
.github/workflows/type-check.yml
vendored
2
.github/workflows/type-check.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Type Check
|
||||
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue