Improve GitHub Actions workflow triggers ()

- 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
.github/workflows

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

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