mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Cleaned up branch triggers
- we don't use `arch` anymore, and `2.x` and `3.x` are ollldddddd, so we're not going to run CI on them
This commit is contained in:
parent
d86f94db2d
commit
607dee288b
1 changed files with 0 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -5,10 +5,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- arch
|
||||
- 'v5.*'
|
||||
- 3.x
|
||||
- 2.x
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
|
Loading…
Reference in a new issue