Improve GitHub Actions workflow triggers (#1033)

- Only run release workflow on pushed tags
- Run test workflow on all pushes
This commit is contained in:
Casey Rodarmor 2021-11-21 17:37:15 -08:00 committed by GitHub
parent e84dc0ff8f
commit daef7caaed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@ name: Release
on:
push:
branches:
- master
tags:
- '*'

View File

@ -1,6 +1,6 @@
name: Test
on: pull_request
on: push
defaults:
run: