chore(ci): Trigger CI when there is only a version bump (#175)

Trigger CI when there is only a version bump
This commit is contained in:
Anatolios Laskaris 2023-09-18 10:26:06 +03:00 committed by GitHub
parent 5d72b1434a
commit b251ccc7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ on:
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/release-please/manifest.json"
- "!.github/workflows/e2e.yml"
- "!.github/workflows/container.yml"
types:
@ -18,6 +19,7 @@ on:
paths-ignore:
- "**.md"
- ".github/**"
- "!.github/release-please/manifest.json"
- "!.github/workflows/e2e.yml"
- "!.github/workflows/container.yml"