Automated release should not trigger on git push
Issue gh-10451
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
name: Release Next Version
|
||||
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 0 * * MON' # Every Monday
|
||||
workflow_dispatch: # Manual trigger
|
||||
|
||||
Reference in New Issue
Block a user