You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ name: Build updates.json file
3
3
# Run this workflow on every push or pull request
4
4
on:
5
5
push:
6
-
branches:
7
-
- main
6
+
#branches:
7
+
# - main
8
8
9
9
# 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
10
10
jobs:
@@ -28,13 +28,13 @@ jobs:
28
28
# Can be removed once it is unlikely people are using the old installer
29
29
- name: Release
30
30
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
0 commit comments