소스 검색

build: Disable automatic builds (#1386)

Removed push trigger and paths to ignore from build workflow.
Kroese 1 개월 전
부모
커밋
22235bf48e
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  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