From 270f37c727233d5400eaa9f18357218bca437484 Mon Sep 17 00:00:00 2001 From: LifeIsAParadox Date: Tue, 8 Mar 2022 18:43:21 +0100 Subject: Preparation for the 1.6.0 update [skip ci] --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/beta.yml') diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index c5927d9e..d7447766 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -3,7 +3,7 @@ name: Build Beta on: push: branches: - - '**' + - master pull_request: -- cgit