From c6a9904826816b006031fd87c75f4cc1c0f59f1a Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 15 Feb 2025 19:05:24 +0100 Subject: [PATCH] Workflow test --- .github/workflows/config.yml | 18 ++++++++++++++++++ .gitignore | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/config.yml 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