mirror of
https://github.com/dockur/windows.git
synced 2025-09-17 21:39:49 +00:00
build: Disable automatic builds (#1386)
Removed push trigger and paths to ignore from build workflow.
This commit is contained in:
parent
da308b7e89
commit
22235bf48e
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -2,16 +2,6 @@ name: Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.yml'
|
||||
- '.gitignore'
|
||||
- '.dockerignore'
|
||||
- '.github/**'
|
||||
- '.github/workflows/**'
|
||||
|
||||
concurrency:
|
||||
group: build
|
||||
|
Loading…
Reference in New Issue
Block a user