Skip to content

Commit cd0459a

Browse files
committed
chore: only detect Version.kt changes for revert commit workflow
Signed-off-by: qwq233 <qwq233@qwq2333.top>
1 parent 32db224 commit cd0459a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/revert-stable-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- "buildSrc/src/main/kotlin/Version.kt"
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)