From 7e254198f7b141416f7f44fb836c08435fc261aa Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Sun, 28 May 2023 10:33:52 +0200 Subject: [PATCH] only run plex update on main --- .forgejo/workflows/plex_update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/plex_update.yml b/.forgejo/workflows/plex_update.yml index 9efd9729..7e2b2f5f 100644 --- a/.forgejo/workflows/plex_update.yml +++ b/.forgejo/workflows/plex_update.yml @@ -2,6 +2,9 @@ name: Plex Update on: push: + branches: + - main + - ci schedule: - cron: '0 0 * * *'