Skip to content

Commit 23410ea

Browse files
authored
Merge pull request #31 from contentstack/fix/CS-44272-same-header-import-issue
fix: fixed release workflow trigger condition
2 parents 10dd628 + e56ccea commit 23410ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Contentstack iOS Delivery SDK Release
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
release:
5+
types:
6+
- created
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)