changed to manual run. Also my fix the node warnings.

This commit is contained in:
Pakobbix 2023-05-15 18:07:53 +02:00
parent 26c0cf03ca
commit 91e4e1f280

View File

@ -1,8 +1,6 @@
name: Package Release name: Package Release
on: on:
push: workflow_dispatch:
branches:
- main
jobs: jobs:
package: package:
@ -15,6 +13,7 @@ jobs:
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.x python-version: 3.x
node-version: 16
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2