Ver código fonte

Automated release should not trigger on git push

Issue gh-10451
Eleftheria Stein 3 anos atrás
pai
commit
d225d46749
1 arquivos alterados com 0 adições e 1 exclusões
  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