From edcbf4023c6f04632a1aa6b0e3c4a608f3274d0e Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Fri, 8 Oct 2021 08:22:45 +0200 Subject: [PATCH] chore: build on fork PRs --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e4ab89..471c09e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,9 +2,12 @@ name: Release on: push: branches: - - '**' + - main tags-ignore: - '**' + pull_request: + branches: + - '**' workflow_dispatch: jobs: