[CI] Fix trigger path incorrect

This commit is contained in:
2026-02-23 09:07:27 +01:00
parent 94c4cd8537
commit e873355550

View File

@@ -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