From 6c2af907d40d84105af469b0c92d30d1374e3b04 Mon Sep 17 00:00:00 2001 From: Norman <85173861+norman-zon@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:01:29 +0200 Subject: [PATCH] ci(release): restrict release workflow to action.yml --- .github/workflows/release.yml | 2 ++ .github/workflows/test.yaml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99fcc51..f9b56b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,8 @@ on: push: branches: - main + paths: + - 'action.yml' name: Create Release diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e551ae4..fe67065 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,6 +1,7 @@ name: Tests -on: pull_request +on: + pull_request: jobs: test: