Jelajahi Sumber

build: Disable automatic builds (#1386)

Removed push trigger and paths to ignore from build workflow.
Kroese 1 bulan lalu
induk
melakukan
22235bf48e
1 mengubah file dengan 0 tambahan dan 10 penghapusan
  1. 0 10
      .github/workflows/build.yml

+ 0 - 10
.github/workflows/build.yml

@@ -2,16 +2,6 @@ name: Build
 
 on:
   workflow_dispatch:
-  push:
-    branches:
-      - master
-    paths-ignore:
-      - '**/*.md'
-      - '**/*.yml'
-      - '.gitignore'
-      - '.dockerignore'
-      - '.github/**'
-      - '.github/workflows/**'
 
 concurrency:
   group: build