Skip to content

Commit 31dbdae

Browse files
authored
feat: Update CI.yml to change trigger strategy (#67)
1 parent 318a4e7 commit 31dbdae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- 'Dockerfile*'
88
- 'docker-bake.hcl'
9-
- '**.yml'
9+
- '.github/workflows/CI.yml'
1010
pull_request:
1111
branches: [ master ]
1212
paths:
1313
- 'Dockerfile*'
1414
- 'docker-bake.hcl'
15-
- '**.yml'
15+
- '.github/workflows/CI.yml'
1616
workflow_dispatch:
1717
inputs:
1818
tag:

0 commit comments

Comments
 (0)