Skip to content

Commit eedc69e

Browse files
committed
tweak: ci: remove drafting release on pull req
1 parent 451658a commit eedc69e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on:
55
# branches to consider in the event; optional, defaults to all
66
branches:
77
- main
8-
# pull_request event is required only for autolabeler
9-
pull_request:
10-
# Only following types are handled by the action, but one can default to all as well
11-
types: [opened, reopened, synchronize]
8+
- "*-dev"
9+
# # pull_request event is required only for autolabeler
10+
# pull_request:
11+
# # Only following types are handled by the action, but one can default to all as well
12+
# types: [opened, reopened, synchronize]
1213

1314
jobs:
1415
create_release_draft:

0 commit comments

Comments
 (0)