fix paths in workflows

This commit is contained in:
2024-04-05 14:42:02 -05:00
parent 1dfc348669
commit 4514d2ed93
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -5,8 +5,6 @@ on:
push:
paths:
- 'Dockerfile.base'
- root/**
jobs:
docker:
runs-on: ubuntu-latest
+1
View File
@@ -5,6 +5,7 @@ on:
push:
paths:
- 'Dockerfile'
- 'root/**'
jobs:
docker: