mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
TMP: Run in this PR
This commit is contained in:
parent
3ff0cce003
commit
7a7789d554
1 changed files with 1 additions and 2 deletions
3
.github/workflows/releaser-pleaser.yaml
vendored
3
.github/workflows/releaser-pleaser.yaml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
# Using pull_request_target to avoid tainting the actual release PR with code from open feature pull requests
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types:
|
||||
- edited
|
||||
|
|
@ -26,8 +27,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
with:
|
||||
ref: main
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue