mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
run the updater only on the testing branch
This commit is contained in:
parent
92c62dc1d4
commit
ea45b0ab6a
1 changed files with 3 additions and 7 deletions
10
.github/workflows/updater.yml
vendored
10
.github/workflows/updater.yml
vendored
|
@ -4,13 +4,9 @@
|
||||||
# It calls updater.sh, which is where you should put the app-specific update steps.
|
# It calls updater.sh, which is where you should put the app-specific update steps.
|
||||||
name: Check for new upstream releases
|
name: Check for new upstream releases
|
||||||
on:
|
on:
|
||||||
|
workflow_run:
|
||||||
# Triggers the workflow on push or pull request events but only for the "testing" branch
|
branches:
|
||||||
push:
|
- 'testing'
|
||||||
branches: [ "testing" ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ "testing" ]
|
|
||||||
|
|
||||||
# Allow to manually trigger the workflow
|
# Allow to manually trigger the workflow
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# Run it every day at 6:00 UTC
|
# Run it every day at 6:00 UTC
|
||||||
|
|
Loading…
Add table
Reference in a new issue