From f52230ab6cd85e7c4160f3b25f4a382e1e4b7be3 Mon Sep 17 00:00:00 2001 From: Titusz Pan Date: Mon, 12 Aug 2024 12:27:21 +0200 Subject: [PATCH] chore: update GitHub Actions workflow to remove branch and tag triggers for tests --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e061f51..fc8ef19 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,9 +1,6 @@ name: Tests on: push: - branches: [main] - tags: - - 'v*' pull_request: release: types: [created]