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:
parent
deb1118714
commit
5a314636cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -2,7 +2,7 @@ name: Release
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- '3.*'
|
||||
jobs:
|
||||
automate:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue