Skip to content

Commit b68cb8a

Browse files
authored
Merge e58a180 into 4d747b1
2 parents 4d747b1 + e58a180 commit b68cb8a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: Release
22

3-
on:
4-
push:
5-
branches:
6-
- release
3+
on: push
74

85
jobs:
96
release:
7+
if: github.ref == 'refs/heads/release' || endsWith(github.ref, '-releasebranch')
108
name: Release
119
runs-on: ubuntu-latest
1210
steps:

0 commit comments

Comments
 (0)