1
0
Fork 0
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:
OniriCorpe 2022-12-17 22:18:11 +01:00
parent 92c62dc1d4
commit ea45b0ab6a

View file

@ -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