mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: triggers github actions on pull_request (#8527)
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -1,10 +1,13 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'tests-passed'
|
- 'tests-passed'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: "${{ matrix.target }}-${{ matrix.build_types }}"
|
name: "${{ matrix.target }}-${{ matrix.build_types }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user