mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05: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]
 | 
					    types: [opened, closed, reopened]
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - 'master'
 | 
					      - 'master_disabled'
 | 
				
			||||||
      - 'v0.5'
 | 
					      - 'v0.5_disabled'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  test:
 | 
					  test:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue