mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-07-06 22:02:14 +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
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
9
.github/workflows/plugin-tests.yml
vendored
9
.github/workflows/plugin-tests.yml
vendored
@ -1,6 +1,11 @@
|
||||
name: Plugin Tests
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -23,7 +28,7 @@ jobs:
|
||||
|
||||
matrix:
|
||||
build_types: ["BACKEND", "FRONTEND"]
|
||||
target: ["PLUGINS", "CORE"]
|
||||
target: ["PLUGINS"]
|
||||
os: [ubuntu-latest]
|
||||
ruby: ["2.6"]
|
||||
postgres: ["12"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user