mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
Renamed workflow to Canary
- makes more sense than "zip"
This commit is contained in:
parent
5b6fe31002
commit
36fb04f735
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -5,8 +5,9 @@ on:
|
|||
branches:
|
||||
- master
|
||||
jobs:
|
||||
zip:
|
||||
canary:
|
||||
runs-on: ubuntu-18.04
|
||||
name: Canary
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue