DEV: Update CI workflows

This commit is contained in:
Discourse CI 2020-10-09 15:09:43 +00:00
parent 88f9d7176a
commit 954134bb73
2 changed files with 37 additions and 27 deletions

View File

@ -1,6 +1,11 @@
name: Linting name: Linting
on: [push, pull_request] on:
push:
branches:
- master
- main
pull_request:
jobs: jobs:
build: build:

View File

@ -1,6 +1,11 @@
name: Plugin Tests name: Plugin Tests
on: [push, pull_request] on:
push:
branches:
- master
- main
pull_request:
jobs: jobs:
build: build:
@ -23,7 +28,7 @@ jobs:
matrix: matrix:
build_types: ["BACKEND", "FRONTEND"] build_types: ["BACKEND", "FRONTEND"]
target: ["PLUGINS", "CORE"] target: ["PLUGINS"]
os: [ubuntu-latest] os: [ubuntu-latest]
ruby: ["2.6"] ruby: ["2.6"]
postgres: ["12"] postgres: ["12"]