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