From eab7035d33d37e8cf8ef4c247c9b2c3be77e6bb2 Mon Sep 17 00:00:00 2001 From: soft as HELL Date: Thu, 25 Jan 2024 11:58:22 +0200 Subject: [PATCH] Limit releas job to master --- .github/workflows/sourcemod-plugin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sourcemod-plugin.yml b/.github/workflows/sourcemod-plugin.yml index ed40e91..f10f953 100644 --- a/.github/workflows/sourcemod-plugin.yml +++ b/.github/workflows/sourcemod-plugin.yml @@ -46,6 +46,7 @@ jobs: path: | *.smx release: + if: github.ref_name == 'master' needs: build runs-on: ubuntu-latest strategy: