mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add trigger only run when pr exists
This commit is contained in:
parent
f72eae2220
commit
a9a212e4de
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release_pr.yml
vendored
6
.github/workflows/release_pr.yml
vendored
|
|
@ -1,11 +1,15 @@
|
|||
name: Update release PR
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize]
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update-pr:
|
||||
if: github.head_ref == 'dev'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue