From 1b4039ccba27a93c564a07eef12d3cb38458472e Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Wed, 23 Nov 2022 14:05:19 +0200 Subject: [PATCH] Allow alpha builds to run, if tagged accordingly, when pushing new commits --- .github/workflows/release-alpha.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-alpha.yml b/.github/workflows/release-alpha.yml index 2c932c52f..f8d03f08b 100644 --- a/.github/workflows/release-alpha.yml +++ b/.github/workflows/release-alpha.yml @@ -4,7 +4,6 @@ on: # Triggers the workflow on any pull request pull_request: - types: [ labeled, synchronized, opened, reopened ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: