1
0
Fork 0
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:
OniriCorpe 2022-12-17 21:41:37 +01:00
parent 6e7dac6507
commit f74d6ab679

View file

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