mirror of
https://github.com/discourse/discourse.git
synced 2025-02-26 00:30:55 +08:00
DEV: triggers github actions on pull_request (#8527)
This commit is contained in:
parent
2720531750
commit
bc05d3bcdd
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -2,6 +2,9 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'tests-passed'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user