From 3ca350f4ea4e894f0487e33321cdffe183b0d1d3 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Wed, 11 Feb 2026 10:07:15 +0700 Subject: [PATCH] Update workflow to remove push trigger Removed push trigger for master branch. --- .github/workflows/subnets.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/subnets.yml b/.github/workflows/subnets.yml index fd2e41f..2a2e783 100644 --- a/.github/workflows/subnets.yml +++ b/.github/workflows/subnets.yml @@ -1,9 +1,6 @@ name: Update subnets on: - push: - branches: - - master schedule: - cron: '0 0 * * *'