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
1 changed files with 1 additions and 1 deletions

View File

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