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