change github deploy action branch to main from master
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/deploy_to_neocities.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/deploy_to_neocities.yml
									
									
									
									
										vendored
									
									
								
							@ -4,7 +4,7 @@ name: Deploy to neocities
 | 
				
			|||||||
on:
 | 
					on:
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - master
 | 
					      - main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
concurrency: # prevent concurrent deploys doing strange things
 | 
					concurrency: # prevent concurrent deploys doing strange things
 | 
				
			||||||
  group: deploy-to-neocities
 | 
					  group: deploy-to-neocities
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user