diff options
| author | Ha Thach <[email protected]> | 2026-02-07 18:00:11 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-07 18:00:11 +0700 |
| commit | a1a4f34e2261bb591258870870e2fd08ca60cda7 (patch) | |
| tree | 9f3f3e324552315d7635731b766ea127a57bba94 | |
| parent | 4632441ae7b48f1d1a32ef99e05991ea1e41f6f4 (diff) | |
Update .github/workflows/build.yml
Co-authored-by: Copilot <[email protected]>
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9e1b6201..ee03b82fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |
