Skip to content

Commit ce3132f

Browse files
authored
ci: update ignore (#5)
1 parent 6f46d49 commit ce3132f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/CI-docker.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Docker Build CI
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: ["main"]
6+
paths-ignore:
7+
- "**.md"
8+
- "LICENSE"
9+
710
workflow_dispatch:
811

912
jobs:

.github/workflows/Release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Release
22

33
on:
44
workflow_dispatch:
5+
56
push:
67
tags:
78
- "v*"

0 commit comments

Comments
 (0)