Skip to content

Commit

Permalink
Use explicit dispatch to trigger CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
franko authored May 1, 2021
1 parent e4da235 commit c2775b4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -68,4 +61,3 @@ jobs:
with:
name: Mac OS X Package
path: lite-xl-macosx-*.zip

0 comments on commit c2775b4

Please sign in to comment.