Skip to content

Commit a8300e9

Browse files
ci(frontend): skip pipeline on metadata-only changes [opencode:glm-5.2]
1 parent c77e006 commit a8300e9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/frontend.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- develop
77
- main
8+
paths-ignore:
9+
- 'README.md'
10+
- 'codemeta.json'
11+
- 'CITATION.cff'
12+
- 'CHANGELOG.md'
813
workflow_dispatch:
914

1015
jobs:

0 commit comments

Comments
 (0)