Przeglądaj źródła

Automated release should not trigger on git push

Issue gh-10451
Eleftheria Stein 3 lat temu
rodzic
commit
d225d46749
1 zmienionych plików z 0 dodań i 1 usunięć
  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