diff --git a/.gitea/workflows/update-helpers.yml b/.gitea/workflows/update-helpers.yml index 7efe61a..d0b6f6d 100644 --- a/.gitea/workflows/update-helpers.yml +++ b/.gitea/workflows/update-helpers.yml @@ -2,11 +2,10 @@ name: Update helpers on: push: paths: - - 'main/**' - - 'extra/**' + - 'src/**' jobs: build_helpers: - runs_on: ubuntu-latest + runs-on: ubuntu-latest steps: - name: Set up Git repository uses: actions/checkout@v6