Create build.yml

This commit is contained in:
oxmc
2022-12-31 05:00:05 -08:00
committed by GitHub
parent a0ced6ab2b
commit bd928b7305
+17
View File
@@ -0,0 +1,17 @@
name: run-script
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: script
run: QuestAssetGenerator.py -a ${{ secrets.GITHUB_TOKEN }}
shell: python