Update release.yml

This commit is contained in:
Devin Buhl 2024-03-28 15:25:34 -04:00 committed by GitHub
parent 963d7941db
commit 1a37763395
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,6 @@
name: Release
on:
pull_request:
push:
branches: ["master"]
release:
@ -9,7 +8,6 @@ on:
jobs:
build:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
permissions:
contents: read
@ -30,7 +28,6 @@ jobs:
type=semver,pattern={{major}}.{{minor}},prefix=v
type=semver,pattern={{major}},prefix=v
type=ref,event=branch
type=ref,event=pr
flavor: |
latest=auto