mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 10:12:19 +00:00
Only release on merge to main
This commit is contained in:
parent
24b9e166be
commit
2affb6c8b1
1 changed files with 3 additions and 1 deletions
4
.github/workflows/goreleaser.yml
vendored
4
.github/workflows/goreleaser.yml
vendored
|
|
@ -1,12 +1,14 @@
|
|||
name: goreleaser
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
if: "github.event.pull_request.merged == true"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
|
|
|||
Loading…
Reference in a new issue