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.
|
||||
name: Check for new upstream releases
|
||||
on:
|
||||
|
||||
# Triggers the workflow on push or pull request events but only for the "testing" branch
|
||||
push:
|
||||
branches: [ "testing" ]
|
||||
pull_request:
|
||||
branches: [ "testing" ]
|
||||
|
||||
workflow_run:
|
||||
branches:
|
||||
- 'testing'
|
||||
# Allow to manually trigger the workflow
|
||||
workflow_dispatch:
|
||||
# Run it every day at 6:00 UTC
|
||||
|
|
Loading…
Reference in a new issue