]> git.mdlowis.com Git - proto/labwc.git/commitdiff
IRC notifications: disable push notifications
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 2 Jun 2022 09:44:35 +0000 (11:44 +0200)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 2 Jun 2022 09:44:35 +0000 (11:44 +0200)
They were also called for the 'master' and 'v0.5' branches of forks and are
not that helpful anyway because they just post the compare link and not the
title of the commits.

Additionally, they were also called whenever a PR was merged which already
has its own notification including a link to the PR.

.github/workflows/irc.yml

index eaeb7685e26f8d0cde8c28bbcf3fba991129fd2b..31ff9ed3759e39f0d624b681d0da4e373dedee8c 100644 (file)
@@ -7,8 +7,8 @@ on:
     types: [opened, closed, reopened]
   push:
     branches:
-      - 'master'
-      - 'v0.5'
+      - 'master_disabled'
+      - 'v0.5_disabled'
 
 jobs:
   test: