Browse Source

chore: add status check

dragooncjw 10 tháng trước cách đây
mục cha
commit
ce4564f563
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -4,6 +4,8 @@ on:
     branches: [ "main" ]
   pull_request_target:
     branches: [ "main" ]
+  pull_request:
+    branches: [ "main" ]
 jobs:
   build:
     runs-on: ubuntu-latest