From 195d9ec3c3e10d2045ed36a7879ad8f6f7dba41c Mon Sep 17 00:00:00 2001 From: Stefano Sinatti Date: Thu, 4 Jul 2024 18:45:54 +0200 Subject: [PATCH] Update CI --- .github/workflows/github-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 0e6efce..6d4a740 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -1,9 +1,9 @@ name: GitHub Release on: - push: - # Pattern matched against refs/tags - tags: - - '*' # every new tag + pull_request: + branches: + - main + - master jobs: release: uses: RegioneER/parer-github-template/.github/workflows/github-release.yml@v1 \ No newline at end of file