mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 06:27:10 +03:00
eslint + workflow formatting
- appropriate job names - only trigger on pushes to master branch & PRs - conform to formatting
This commit is contained in:
8
.github/workflows/postgres-redis-ci.yml
vendored
8
.github/workflows/postgres-redis-ci.yml
vendored
@@ -1,9 +1,13 @@
|
||||
name: PostgreSQL + Redis CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test:
|
||||
name: Run Tests with PostgreSQL and Redis
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user