From c2775b496ce4be91a1c7c1b872dcbc0a1ab4ff06 Mon Sep 17 00:00:00 2001 From: Francesco Date: Sat, 1 May 2021 22:56:04 +0200 Subject: [PATCH] Use explicit dispatch to trigger CI builds --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d89f5c2..c4bf3358 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,13 +1,6 @@ name: CI on: - # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ master gh-actions ] - pull_request: - branches: [ master ] - - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: @@ -68,4 +61,3 @@ jobs: with: name: Mac OS X Package path: lite-xl-macosx-*.zip -