From 867788dc4c65e2a634e02eddb43ce17ace0fb261 Mon Sep 17 00:00:00 2001 From: Vladimir Avtsenov Date: Sat, 15 Feb 2025 01:05:46 +0300 Subject: [PATCH] ignore tags --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4dd8b91..9af1b13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,8 @@ name: Build and Package OPKG on: push: + branches-ignore: + - 'refs/tags/*' release: types: [published]