mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-07-07 14:22:13 +00:00
DEV: Update CI workflows
This commit is contained in:
parent
2fa3a0ab70
commit
4d9b789d57
7
.github/workflows/plugin-linting.yml
vendored
7
.github/workflows/plugin-linting.yml
vendored
@ -1,6 +1,11 @@
|
|||||||
name: Linting
|
name: Linting
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
9
.github/workflows/plugin-tests.yml
vendored
9
.github/workflows/plugin-tests.yml
vendored
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user