From eb38b7aa60c8f9c533f40e44e01fa867748853aa Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Fri, 8 Oct 2021 08:23:53 +0200 Subject: [PATCH] chore: build on fork PRs (#133) --- .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: