Skip to content

Commit 25276af

Browse files
Update main.yaml
1 parent fd11f63 commit 25276af

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Run Podman Compose demos
33
on:
44
push:
55
branches: [ main ]
6+
paths-ignore:
7+
- 'README.md' # Ignores the README file in the root
8+
- 'docs/*.md' # (Optional) Ignores all markdown files in a docs folder
9+
610
paths:
711
- '.github/workflows/**'
812
- 'demo/demo-1-basics/**'
@@ -127,4 +131,4 @@ jobs:
127131
# --------------------------------------------------
128132
- name: Final cleanup
129133
if: always()
130-
run: podman system prune -a -f
134+
run: podman system prune -a -f

0 commit comments

Comments
 (0)