Skip to content

Commit

Permalink
ci: run tests only if ran from a release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Nov 27, 2023
1 parent 34bdda6 commit 5e45eab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines-rc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
trigger:
pr: none
tags:
include:
- 'v*'
- 'refs/tags/*'

pool:
vmImage: ubuntu-latest
Expand Down

0 comments on commit 5e45eab

Please sign in to comment.