Unverified Commit 6fcc57c1 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Disable automatic builds (#809)

Removed push event triggers and paths to ignore from the build workflow.
parent 0309672d
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