Unverified Commit 9fb20e6e authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Disable automatic builds (#293)

Removed push trigger and paths to ignore from build workflow.
parent e1977b9c
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -2,16 +2,6 @@ name: Build

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

concurrency:
  group: build