summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-04-28 09:48:52 +0200
committerJakob Borg <jakob@kastelo.net>2023-04-28 09:48:52 +0200
commit47d55c7e617100c1b7f69f2cd4b93ea8b1a70463 (patch)
tree9eb8915cdb364c81ba157c6f40cfca3f666df8e3
parent187516558a8e101ad1a3695df1341a8d5b0de9c6 (diff)
-rw-r--r--.github/workflows/build-syncthing.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml
index b2a287d6e2..8b8a78a190 100644
--- a/.github/workflows/build-syncthing.yaml
+++ b/.github/workflows/build-syncthing.yaml
@@ -98,7 +98,7 @@ jobs:
package-windows:
name: Package for Windows
- if: github.event_name == 'push' && github.ref == 'refs/heads/release'
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/release' || startsWith(github.ref, 'refs/heads/release-'))
environment: signing
needs:
- build-test
@@ -197,7 +197,7 @@ jobs:
package-macos:
name: Package for macOS
- if: github.event_name == 'push' && github.ref == 'refs/heads/release'
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/release' || startsWith(github.ref, 'refs/heads/release-'))
environment: signing
needs:
- build-test