Skip to content

Commit d7ce634

Browse files
committed
Temporarily disable commitly releases (#3953)
## Description Temporarily disables commitly releases.
1 parent 0f13426 commit d7ce634

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Publish release to npm
22
on:
33
# For commitlies
4-
push:
5-
branches:
6-
- main
7-
paths:
8-
- packages/react-native-gesture-handler/**
4+
# push:
5+
# branches:
6+
# - main
7+
# paths:
8+
# - packages/react-native-gesture-handler/**
99
# For manual releases
1010
workflow_dispatch:
1111
inputs:

0 commit comments

Comments
 (0)