mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 18:29:08 +00:00
chore: allow goreleaser to be triggered manually
This commit is contained in:
parent
e51855ef26
commit
94948631d4
1 changed files with 3 additions and 4 deletions
7
.github/workflows/goreleaser.yml
vendored
7
.github/workflows/goreleaser.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue