Skip to content

Commit 82359d5

Browse files
author
alrex
authored
fix branch name filtering (#677)
1 parent 021723a commit 82359d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prepare-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: prepare-release
22
on:
33
push:
4-
branch: [ 'release/*' ]
4+
branches:
5+
- 'release/**'
56

67
jobs:
78
build:

0 commit comments

Comments
 (0)