Skip to content

Commit 0dc8eb0

Browse files
committed
fix: change trigger to merge_group
... in "Release Migrations - Staging / build (push)" workflow following-up #1849 Follow-up #1849
1 parent cc97375 commit 0dc8eb0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-migrations-staging.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Release Migrations - Staging
22

33
on:
4-
push:
5-
branches:
6-
- develop
4+
merge_group:
75
workflow_dispatch:
86

97
jobs:

0 commit comments

Comments
 (0)