ci: switch to push event for renovate workflow
This commit is contained in:
parent
65813de4b8
commit
77b58d9438
6
.github/workflows/renovate-app-version.yml
vendored
6
.github/workflows/renovate-app-version.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: Update app version in Renovate Branches
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
branches: ["renovate/*"]
|
||||
push:
|
||||
branches:
|
||||
- renovate/*
|
||||
|
||||
jobs:
|
||||
update-app-version:
|
||||
|
|
Loading…
Reference in New Issue
Block a user