mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-22 19:49:31 -07:00
Compare commits
2 Commits
v6.5.4
...
2a4dc03cf7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a4dc03cf7 | ||
|
|
8c13128005 |
11
.github/ISSUE_TEMPLATE/screen_enhance.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/screen_enhance.md
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
name: Screen Enhancement
|
||||||
|
about: Items and tasks related to the screen enhancement project
|
||||||
|
title: '[Project]: '
|
||||||
|
labels: screen-enhance
|
||||||
|
projects: ['netbymatt/5']
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Describe the task, how it affects the overall project and what is considered complete.
|
||||||
2
.github/workflows/build-docker.yaml
vendored
2
.github/workflows/build-docker.yaml
vendored
@@ -4,6 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
|
- '!screen-enhance'
|
||||||
|
- '!screen-enhance/**'
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*.*.*'
|
||||||
- 'v*.*'
|
- 'v*.*'
|
||||||
|
|||||||
Reference in New Issue
Block a user