From 8d16fb2ae97f9f4959e23060668d8c5693497bbb Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Fri, 20 Aug 2021 00:07:35 +0200 Subject: workflow --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 916448e7..b4475dda 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,8 +7,6 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ master, alpha ] - pull_request: - branches: [ master, alpha ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -- cgit