Browse Source

Attempt to fix trigger.

Dan Helfman 1 năm trước cách đây
mục cha
commit
b83ffa0cf6
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      .gitea/workflows/build.yaml

+ 1 - 3
.gitea/workflows/build.yaml

@@ -1,8 +1,6 @@
 name: build
 run-name: ${{ gitea.actor }} is building
-on:
-  push:
-    branches: [main]
+on: [push]
 
 jobs:
   test: