There was an error while loading. Please reload this page.
1 parent fd11f63 commit 25276afCopy full SHA for 25276af
1 file changed
.github/workflows/main.yaml
@@ -3,6 +3,10 @@ name: Run Podman Compose demos
3
on:
4
push:
5
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
+
10
paths:
11
- '.github/workflows/**'
12
- 'demo/demo-1-basics/**'
@@ -127,4 +131,4 @@ jobs:
127
131
# --------------------------------------------------
128
132
- name: Final cleanup
129
133
if: always()
130
- run: podman system prune -a -f
134
+ run: podman system prune -a -f
0 commit comments