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
on:
push:
branches:
- main
workflow_dispatch:
jobs:
package:
@ -15,6 +13,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.x
node-version: 16
- name: Checkout repository
uses: actions/checkout@v2