Skip to content

Commit 7db3bed

Browse files
typo
Signed-off-by: GitHub <[email protected]>
1 parent 7c23f79 commit 7db3bed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ concurrency:
88
cancel-in-progress: true
99

1010
on:
11-
push:
12-
branches:
13-
- master
1411
pull_request:
1512
paths:
1613
- '.github/workflows/release.yml'
1714
push:
1815
tags:
1916
- 'v*'
17+
branches:
18+
- master
2019
workflow_dispatch:
2120

2221
env:

0 commit comments

Comments
 (0)