[CI] Fix trigger path incorrect
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user