mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
IRC notifications: disable push notifications
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.
This commit is contained in:
parent
3ca862b9ff
commit
b3d1ed934c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/irc.yml
vendored
4
.github/workflows/irc.yml
vendored
|
|
@ -7,8 +7,8 @@ on:
|
|||
types: [opened, closed, reopened]
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'v0.5'
|
||||
- 'master_disabled'
|
||||
- 'v0.5_disabled'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue