Skip to content

Commit 5f8b168

Browse files
authored
Allow publishing from any branch (#5335)
1 parent d164cb9 commit 5f8b168

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

+2-4
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)