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
|
name: Update app version in Renovate Branches
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
types: [opened, synchronize, reopened, ready_for_review]
|
branches:
|
||||||
branches: ["renovate/*"]
|
- renovate/*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-app-version:
|
update-app-version:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user