Skip to content

Commit d07b12e

Browse files
committed
ci(docker): add skills.yaml and scripts to build triggers
Include skills.yaml and scripts directory in the changed files check to ensure Docker image rebuilds when skill-related assets are modified.
1 parent d9660f5 commit d07b12e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,16 @@ jobs:
3232
with:
3333
files: |
3434
Dockerfile
35+
skills.yaml
36+
scripts/**
3537
3638
- name: Setup toolchain with mise
3739
uses: jdx/mise-action@v2
3840

3941
- name: Run prek hooks
4042
run: prek run --all-files --show-diff-on-failure --color=always
4143

42-
- name: Build Docker image if Dockerfile changed
44+
- name: Build Docker image if Docker assets changed
4345
if: steps.changed-files.outputs.any_changed == 'true'
4446
run: |
4547
docker build -t opencode-cli-pr:latest .

0 commit comments

Comments
 (0)