Skip to content

Commit

Permalink
Merge pull request #757 from Azure/kamperiadis/code-mirror
Browse files Browse the repository at this point in the history
[1ES] Add code-mirror.yml pipeline
  • Loading branch information
kamperiadis authored May 15, 2024
2 parents 5d29dea + 45122c4 commit 9677180
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions code-mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
trigger:
branches:
include:
- dev
- release/* # azure-functions-java-worker github repo restricts creation of release/* branches, so using a pattern is safe here.

resources:
repositories:
- repository: eng
type: git
name: engineering
ref: refs/tags/release

variables:
- template: ci/variables/cfs.yml@eng

extends:
template: ci/code-mirror.yml@eng

0 comments on commit 9677180

Please sign in to comment.