We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9827e5 commit adff932Copy full SHA for adff932
.github/workflows/release.yml
@@ -1,6 +1,7 @@
1
name: Build + draft release
2
3
on:
4
+ pull_request:
5
workflow_dispatch:
6
7
# (erodkin) this is needed to create the release, per https://github.com/softprops/action-gh-release/issues/236
@@ -9,7 +10,7 @@ permissions:
9
10
11
jobs:
12
prepare:
- if: github.repository_owner == 'viamrobotics'
13
+ #if: github.repository_owner == 'viamrobotics'
14
runs-on: ubuntu-latest
15
outputs:
16
version: ${{ steps.which_version.outputs.version }}
@@ -37,7 +38,7 @@ jobs:
37
38
#if: steps.release_exists.outputs.id != ''
39
40
build_windows:
41
42
needs: [prepare]
43
runs-on: windows-latest
44
strategy:
0 commit comments