Skip to content

Commit 974db6c

Browse files
authored
fix: needs to run on merge not pre merge (#1898)
1 parent 704e04e commit 974db6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

33
on:
4-
merge_group:
4+
push:
5+
branches:
6+
- develop
57
workflow_dispatch:
68

79
jobs:

0 commit comments

Comments
 (0)