Ignoring paths in CI
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -2,6 +2,10 @@ name: Docker Build and Push for Main Branch
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- ".gitignore"
|
||||
- "README.md"
|
||||
- "LICENSE"
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user