Skip to content

Commit 9ed1463

Browse files
Merge branch 'master' into mrschmidt/nobackground
2 parents 6b14e72 + 5f8b168 commit 9ed1463

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)