fix(ci): auto-release on push to main
This commit is contained in:
		@@ -1,8 +1,11 @@
 | 
				
			|||||||
name: Release
 | 
					name: Release
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
  schedule:
 | 
					  push:
 | 
				
			||||||
    - cron: '0 9 * * 0'
 | 
					    branches:
 | 
				
			||||||
 | 
					      - main
 | 
				
			||||||
 | 
					  # schedule:
 | 
				
			||||||
 | 
					  #   - cron: '0 9 * * 0'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user