From c78bae9aa965415b78b7d456d662e44cfe2f6ead Mon Sep 17 00:00:00 2001 From: Meliox Date: Mon, 15 Sep 2025 21:56:13 +0200 Subject: [PATCH] updates --- .github/workflows/update-version.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index be42d82..4f8876e 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -1,9 +1,21 @@ +name: Update Script Versions + +on: + push: + branches: [ main ] + paths: + - '**.sh' + jobs: update-versions: runs-on: ubuntu-latest + permissions: + contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Get commit hash id: vars