Skip to content

Commit 2edc9a2

Browse files
authored
Modify CI workflow to track TOML files
Updated file patterns in CI workflow to include TOML files.
1 parent 0a73d82 commit 2edc9a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/database_cicd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
with:
3232
files: |
3333
*.gbk
34-
*.logic
35-
*.units
34+
*.toml
3635
3736
- name: Bump TOMLs, Generate Changelog, and Tag
3837
if: steps.changed-files.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)