Skip to content

Commit 32a9eb4

Browse files
fix: working on triggering on this file
1 parent 17d8e5d commit 32a9eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-sample-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
paths:
77
- '*/*/release-config.yml'
88
- '*/**'
9-
- '.github/workflows/create-sample-releases.yml'
109
- '!.github/**'
1110
- '!*.md'
1211
- '!LICENSE'
1312
- '!.gitignore'
13+
- '.github/workflows/create-sample-releases.yml'
1414
workflow_dispatch:
1515
inputs:
1616
force_rebuild:

0 commit comments

Comments
 (0)