Skip to content

Commit

Permalink
feat: Update CI.yml to change trigger strategy (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Jan 25, 2024
1 parent 318a4e7 commit 31dbdae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
paths:
- 'Dockerfile*'
- 'docker-bake.hcl'
- '**.yml'
- '.github/workflows/CI.yml'
pull_request:
branches: [ master ]
paths:
- 'Dockerfile*'
- 'docker-bake.hcl'
- '**.yml'
- '.github/workflows/CI.yml'
workflow_dispatch:
inputs:
tag:
Expand Down

0 comments on commit 31dbdae

Please sign in to comment.