Release should only run on tags (#1146)

This commit is contained in:
Dustin Decker 2023-03-02 09:57:38 -08:00 committed by GitHub
parent 4777b77ec6
commit 4500ac3b10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +1,9 @@
name: Release
# on:
# push:
# tags:
# - 'v*'
on:
push:
tags:
- v*
branches:
- main
permissions:
contents: write