Use explicit dispatch to trigger CI builds
This commit is contained in:
parent
e4da235f7e
commit
c2775b496c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue