Updated release Action to run on all tags

This commit is contained in:
Daniel Lockyer 2020-04-06 10:49:17 +01:00 committed by GitHub
parent a701ee7023
commit b144a164e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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