Skip to content

Commit b3eaaca

Browse files
committed
Update CI/CD workflow to trigger on changes to the workflow file
1 parent bf9dc5f commit b3eaaca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'Gemfile'
1010
- 'Rakefile'
1111
- 'ruby_llm.gemspec'
12+
- '.github/workflows/cicd.yml'
1213
pull_request:
1314
branches: [ "main" ]
1415
paths:
@@ -17,6 +18,7 @@ on:
1718
- 'Gemfile'
1819
- 'Rakefile'
1920
- 'ruby_llm.gemspec'
21+
- '.github/workflows/cicd.yml'
2022
workflow_call:
2123

2224
# Define default permissions for this workflow

0 commit comments

Comments
 (0)