0
Fork 0
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:
Daniel Lockyer 2020-11-10 11:03:16 +00:00
parent 5b6fe31002
commit 36fb04f735

View file

@ -5,8 +5,9 @@ on:
branches:
- master
jobs:
zip:
canary:
runs-on: ubuntu-18.04
name: Canary
steps:
- uses: actions/checkout@v2
with: