Skip to content

Commit ab59076

Browse files
committed
ci: fix release workflow syntax
1 parent 19bf5a2 commit ab59076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
tags:
99
- "*"
1010

11-
pull_request: [forge-dev]
11+
pull_request:
12+
branches: [forge-dev]
1213

1314
jobs:
1415
release:

0 commit comments

Comments
 (0)