Automated release should not trigger on git push

Issue gh-10451
This commit is contained in:
Eleftheria Stein 2022-02-03 10:28:31 +01:00
parent 1a1ef42094
commit d225d46749
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
name: Release Next Version
on:
push:
schedule:
- cron: '0 0 * * MON' # Every Monday
workflow_dispatch: # Manual trigger