mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
Triggers the workflow only for the "testing" branch
This commit is contained in:
parent
6e7dac6507
commit
f74d6ab679
1 changed files with 7 additions and 0 deletions
7
.github/workflows/updater.yml
vendored
7
.github/workflows/updater.yml
vendored
|
@ -4,6 +4,13 @@
|
|||
# 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" ]
|
||||
|
||||
# Allow to manually trigger the workflow
|
||||
workflow_dispatch:
|
||||
# Run it every day at 6:00 UTC
|
||||
|
|
Loading…
Reference in a new issue