Browse Source

Update RM

xuxueli 10 tháng trước cách đây
mục cha
commit
d657bf2975
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      .github/workflows/maven.yml

+ 5 - 5
.github/workflows/maven.yml

@@ -1,10 +1,10 @@
 name: Java CI
 
-
-push:
-  branches: [ "master" ]
-pull_request:
-  branches: [ "master" ]
+on:
+  push:
+    branches: [ "master" ]
+  pull_request:
+    branches: [ "master" ]
 
 jobs:
   build: