Browse Source

build: Disable automatic builds (#1386)

Removed push trigger and paths to ignore from build workflow.
Kroese 1 month ago
parent
commit
22235bf48e
1 changed files with 0 additions and 10 deletions
  1. 0 10
      .github/workflows/build.yml

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

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