From 229bfbf92f373912f3e0eb667cfca7ef5e505867 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Sat, 24 Feb 2024 12:10:45 +0100 Subject: [PATCH] ci: run tests on PRs --- .github/workflows/semantic-release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index a033375..73ac46e 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -2,8 +2,6 @@ name: Semantic Release on: push: - branches: - - saga env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }}