We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a65a5 commit 3ed967bCopy full SHA for 3ed967b
.github/workflows/gh-publish.yml
@@ -1,4 +1,4 @@
1
-# SPDX-FileCopyrightText: Copyright © 2024 Caleb Cushing
+# SPDX-FileCopyrightText: Copyright © 2024 - 2025 Caleb Cushing
2
#
3
# SPDX-License-Identifier: CC0-1.0
4
@@ -7,7 +7,7 @@ on:
7
workflow_run:
8
workflows: [build]
9
types: [completed]
10
- branches: [main]
+ branches: ["**"]
11
tags: [v*]
12
jobs:
13
publish:
@@ -25,6 +25,7 @@ jobs:
25
ref: ${{ github.event.workflow_run.head_branch}}
26
filter: "blob:none"
27
fetch-depth: 0
28
+ - run: git remote set-head --auto origin
29
- uses: actions/setup-java@v4
30
with:
31
distribution: temurin
0 commit comments