Update docs

This commit is contained in:
Mykola Grymalyuk
2022-01-11 09:21:38 -07:00
parent 54b4c27d4a
commit 7ecf9ff151
4 changed files with 18 additions and 36 deletions

View File

@@ -1,10 +1,4 @@
on:
push:
workflow_dispatch:
release:
types: [published]
name: CI - Build Offline wxPython
name: CI - Build wxPython Offline
on:
push:
@@ -14,7 +8,7 @@ on:
jobs:
build:
name: Build Offline wxPython
name: Build wxPython Offline
runs-on: x86_64_mojave
steps:
- uses: actions/checkout@v2