Browse Source
Use explicit dispatch to trigger CI builds
pull/170/head
Francesco
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
8 deletions
-
.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 |
|
|
|
|