chore: allow goreleaser to be triggered manually

This commit is contained in:
Adriano Caloiaro 2023-11-17 07:29:27 -07:00
parent e51855ef26
commit 94948631d4
No known key found for this signature in database
GPG key ID: 920633857147D83D

View file

@ -1,14 +1,13 @@
name: goreleaser
on:
pull_request:
types: [closed]
push:
branches:
- main
- main
workflow_dispatch:
jobs:
goreleaser:
if: "github.event.pull_request.merged == true"
runs-on: ubuntu-latest
permissions:
contents: write