We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1056e3b commit bf27c73Copy full SHA for bf27c73
.github/workflows/ci.yml
@@ -4,7 +4,9 @@ on:
4
push:
5
paths:
6
- '**Dockerfile'
7
- - 'runtimes/**'
+ - 'dockerfiles/runtimes/**'
8
+ - 'scripts/deploy.py'
9
+ - 'scripts/create-layer.sh'
10
11
jobs:
12
build:
0 commit comments