0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Configured release Action to only run on 3.x tags

no issue
This commit is contained in:
Daniel Lockyer 2020-04-03 10:39:42 +01:00
parent deb1118714
commit 5a314636cd

View file

@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- '*'
- '3.*'
jobs:
automate:
runs-on: ubuntu-latest