Skip to content

Commit

Permalink
[TypeSpec CI] Add CI and PR triggers (#24019)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored May 16, 2023
1 parent b749787 commit bd22e99
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions eng/pipelines/typespec-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
trigger:
branches:
include:
- main

pr:
branches:
include:
- main
paths:
include:
- package.json
- package-lock.json
- eng/pipelines/typespec-ci.yml
- eng/pipelines/templates/specs/typespec-ci.yml

jobs:
- job: TypeSpecCI
pool:
Expand Down

0 comments on commit bd22e99

Please sign in to comment.