Browse Source

Automated release should not trigger on git push

Issue gh-10451
Eleftheria Stein 3 years ago
parent
commit
d225d46749
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/release-next-version.yml

+ 0 - 1
.github/workflows/release-next-version.yml

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