We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f46d49 commit ce3132fCopy full SHA for ce3132f
.github/workflows/CI-docker.yml
@@ -2,8 +2,11 @@ name: Docker Build CI
2
3
on:
4
push:
5
- branches:
6
- - main
+ branches: ["main"]
+ paths-ignore:
7
+ - "**.md"
8
+ - "LICENSE"
9
+
10
workflow_dispatch:
11
12
jobs:
.github/workflows/Release.yml
@@ -2,6 +2,7 @@ name: Release
tags:
- "v*"
0 commit comments