Skip to content

Commit a8786e1

Browse files
committed
Revert "Publish on tag as draft/always build"
This reverts commit 368783b. # Conflicts: # .github/workflows/build.yml
1 parent 2ea077d commit a8786e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Build updates.json file
33
# Run this workflow on every push or pull request
44
on:
55
push:
6-
# branches:
7-
# - main
6+
branches:
7+
- main
88

99
# Docs on sharing data between jobs (between VMs): https://help.github.com/en/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts#passing-data-between-jobs-in-a-workflow
1010
jobs:
@@ -28,7 +28,7 @@ jobs:
2828
# Can be removed once it is unlikely people are using the old installer
2929
- name: Release
3030
uses: softprops/action-gh-release@v1
31-
if: startsWith(github.ref, 'refs/tags/') # only publish tagged commits
31+
#if: startsWith(github.ref, 'refs/tags/') # only publish tagged commits
3232
with:
3333
tag_name: ${{ env.NOW }}
3434
files: |

0 commit comments

Comments
 (0)