Use explicit dispatch to trigger CI builds
This commit is contained in:
@@ -1,13 +1,6 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
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:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -68,4 +61,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Mac OS X Package
|
name: Mac OS X Package
|
||||||
path: lite-xl-macosx-*.zip
|
path: lite-xl-macosx-*.zip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user