mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
Run tests, documentation and frontend build also on pull_request
This commit is contained in:
parent
a2b5fb8374
commit
ad241f12a3
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: documentation
|
name: documentation
|
||||||
|
|
||||||
# always run documentation workflow to ensure the documentation can still be built
|
# always run documentation workflow to ensure the documentation can still be built
|
||||||
on: push
|
on: [push, pull_request]
|
||||||
|
|
||||||
# possibly add a publish job for automatic read-the-docs publishing
|
# possibly add a publish job for automatic read-the-docs publishing
|
||||||
jobs:
|
jobs:
|
||||||
|
2
.github/workflows/frontend.yml
vendored
2
.github/workflows/frontend.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: frontend
|
name: frontend
|
||||||
|
|
||||||
# always run frontend workflow to see if it builds and tests run fine
|
# always run frontend workflow to see if it builds and tests run fine
|
||||||
on: push
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
frontend:
|
frontend:
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: backend-tests
|
name: backend-tests
|
||||||
|
|
||||||
# always run tests workflow
|
# always run tests workflow
|
||||||
on: push
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user