Unverified Commit 238ebd27 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Disable automatic builds (#1009)

Removed push triggers and paths to ignore from build workflow.
parent 0b08f421
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -2,20 +2,6 @@ name: Build

on:
  workflow_dispatch:
  push:
    branches:
      - master
    paths-ignore:
      - '**/*.md'
      - '**/*.yml'
      - '**/*.js'
      - '**/*.css'
      - '**/*.html'
      - 'web/**'
      - '.gitignore'
      - '.dockerignore'
      - '.github/**'
      - '.github/workflows/**'

concurrency:
  group: build