We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d7e71 commit c56fc43Copy full SHA for c56fc43
.github/workflows/release.yaml
@@ -2,8 +2,7 @@ name: Release
2
3
on:
4
push:
5
- branches:
6
- - release/*
+ branches: [release/*]
7
8
jobs:
9
release:
0 commit comments