Ignoring paths in CI

This commit is contained in:
l-nmch
2024-12-18 23:21:38 +01:00
parent 9a0ef3cd22
commit 9acbe34647
2 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,10 @@ name: Docker Build for Dev Branch
on: on:
push: push:
paths-ignore:
- ".gitignore"
- "README.md"
- "LICENSE"
branches: branches:
- dev - dev

View File

@@ -2,6 +2,10 @@ name: Docker Build and Push for Main Branch
on: on:
push: push:
paths-ignore:
- ".gitignore"
- "README.md"
- "LICENSE"
branches: branches:
- main - main