Skip to content

Commit 52b98ef

Browse files
authored
Update notify-release.yml
1 parent 69d3646 commit 52b98ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
notify:
99
runs-on: ubuntu-latest
10-
if: startsWith(github.head_ref, 'release') || startsWith(github.head_ref, 'hotfix')
10+
# if: startsWith(github.head_ref, 'release') || startsWith(github.head_ref, 'hotfix')
1111
steps:
1212

1313
- name: Get PR Contributor Emails

0 commit comments

Comments
 (0)