1
0
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:
Lauri Nevala 2020-06-10 12:00:30 +03:00
parent 8f86a14d0b
commit fc1acafe50

View File

@ -146,6 +146,7 @@ jobs:
SNAP_LOGIN: $(SNAP_LOGIN) SNAP_LOGIN: $(SNAP_LOGIN)
- script: make build - script: make build
displayName: Build displayName: Build
condition: "and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))"
env: env:
GH_TOKEN: $(GH_TOKEN) GH_TOKEN: $(GH_TOKEN)
- bash: | - bash: |