Skip to content

Commit

Permalink
fix: 修复 Plugin Test 容器自动打包问题
Browse files Browse the repository at this point in the history
  • Loading branch information
BigOrangeQWQ committed Sep 9, 2024
1 parent 68464b0 commit 5e344d7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Plugin Test Contain Builder
name: Plugin Test Container Builder

on:
push:
paths:
- './docker/**'

- '/docker/**'
workflow_dispatch:

jobs:
plugin-test-docker:
build:
name: Docker
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 5e344d7

Please sign in to comment.