Update .github/workflows/build.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ha Thach
2026-02-07 18:00:11 +07:00
committed by GitHub
parent 4632441ae7
commit a1a4f34e22

View File

@ -17,7 +17,7 @@ env:
jobs:
# Check if the code changes and we need to run ci build
# Cannot use paths filter in the on-event since we want this workflow to run even no code change to register commit chain
# Cannot use paths filter in the on-event since we want this workflow to run even when there are no code changes, to register the commit chain
check-paths:
runs-on: ubuntu-latest
permissions: