mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Run Build step only on tag on Linux
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
8f86a14d0b
commit
fc1acafe50
@ -146,6 +146,7 @@ jobs:
|
||||
SNAP_LOGIN: $(SNAP_LOGIN)
|
||||
- script: make build
|
||||
displayName: Build
|
||||
condition: "and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))"
|
||||
env:
|
||||
GH_TOKEN: $(GH_TOKEN)
|
||||
- bash: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user