diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml new file mode 100644 index 0000000..f4d32ee --- /dev/null +++ b/.github/workflows/config.yml @@ -0,0 +1,18 @@ +name: Update Installer Config + +on: + push: + branches: + - main + paths: + - 'src/**' + +jobs: + update-config: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - name: Generate Config + run: | + lua scripts/generate-config.lua \ No newline at end of file diff --git a/.gitignore b/.gitignore index e46fc93..16ea5ea 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ lua-ls-cc-tweaked-main test.xml ascii.lua tests -workflows \ No newline at end of file +testWorkflows \ No newline at end of file