]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
ci: don't trigger cloudsmith on .github changes
authorChristian Hewitt <christianshewitt@gmail.com>
Wed, 6 Dec 2023 04:54:10 +0000 (04:54 +0000)
committerFlole998 <Flole998@users.noreply.github.com>
Wed, 6 Dec 2023 06:42:32 +0000 (07:42 +0100)
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
.github/workflows/build-cloudsmith.yml

index 9fa887b9cae9bd7500837719be86af2b63b58959..71296a149181941fb045ab1a74ff8fddbaae02b2 100644 (file)
@@ -3,7 +3,7 @@ name: Build Tvheadend Repo
 on:
   push:
     branches: [ master ]
-
+    paths-ignore: '.github'
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch: