Skip to content

Commit 1f3771e

Browse files
committed
fix(ci): don't prevent CI runs if we only change .github/ files
Even if a commit has changes only to the .github/ files we still want to trigger a run of the CI which can potentially build the docker images.
1 parent aa15b52 commit 1f3771e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/merge-main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- main
77
paths-ignore:
88
- '**.md'
9-
- '.github/**'
109

1110
jobs:
1211
build-push:

0 commit comments

Comments
 (0)