Skip to content

Commit

Permalink
ci: changed GoReleaser check to happen on push instead of pr
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Jul 17, 2023
1 parent 000f843 commit 09e5dee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/goreleaser-check.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Check GoReleaser config
on: [pull_request]
on:
push:
branches:
- 'release-please--**'

jobs:
verify-goreleaser:
name: Check GoReleaser config
runs-on: ubuntu-latest
if: github.event.pull_request.head.ref == 'release-please--branches--master--components--multi-gitter'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 09e5dee

Please sign in to comment.