From ce878abd6202bd4ad735fc414627ff3f36e9cbd4 Mon Sep 17 00:00:00 2001 From: seerge Date: Mon, 13 Feb 2023 17:10:50 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a67a000..a2e58792 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,12 +4,6 @@ name: CI # Controls when the workflow will run on: - # Triggers the workflow on push or pull request events but only for the "main" branch - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: