From 18cc4de3f4ab44c2b469479589b83ce8a9c5da16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannik=20Sch=C3=A4fer?= Date: Sun, 19 Dec 2021 16:04:07 +0100 Subject: [PATCH] Limit auto generation of .m3u8 files to 'master' --- .github/workflows/update_m3u.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_m3u.yml b/.github/workflows/update_m3u.yml index 5dadd30e..55c6637e 100644 --- a/.github/workflows/update_m3u.yml +++ b/.github/workflows/update_m3u.yml @@ -1,5 +1,8 @@ name: Update .m3u files -on: push +on: + push: + branches: + - master jobs: run: