Skip to content

Commit 2865645

Browse files
authored
Merge pull request #29 from bytebase/tianzhou-patch-2
chore: restrict release action trigger on "migrations-semver/*.sql"
2 parents c4c8aa9 + 4339fe9 commit 2865645

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-action.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
- main
7+
paths:
8+
- "migrations-semver/*.sql"
79

810
env:
911
BYTEBASE_URL: https://demo.bytebase.com

0 commit comments

Comments
 (0)