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