Skip to content

Commit

Permalink
Dont build preview tags, only release (#2150)
Browse files Browse the repository at this point in the history
Update to remove preview tags for both ADO and GitHub
  • Loading branch information
MrHinsh authored Jul 14, 2024
1 parent fc47fc6 commit 5b06e46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build & Release (Azure DevOps Migration Tools)

on:
push:
tags-ignore:
- 'v*-*'

workflow_dispatch:

env:
Expand Down
8 changes: 6 additions & 2 deletions build/azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ parameters:


trigger:
- main
- releases/*
branches:
include:
- main
tags:
exclude:
- v*-*

pr:
- main
Expand Down

0 comments on commit 5b06e46

Please sign in to comment.