Skip to content

Commit

Permalink
Add GH PR pipeline. (#324)
Browse files Browse the repository at this point in the history
* Add GH PR pipeline.

Signed-off-by: Phillip Hoff <[email protected]>

* Update service connection.

Signed-off-by: Phillip Hoff <[email protected]>

---------

Signed-off-by: Phillip Hoff <[email protected]>
  • Loading branch information
philliphoff authored Mar 27, 2024
1 parent 66a1600 commit d9d9e6b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/1esmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resources:
type: github
name: microsoft/vscode-azuretools
ref: main
endpoint: GitHub-AzureTools # The service connection to use when accessing this repository
endpoint: '(phoff) GitHub Service Connection' # The service connection to use when accessing this repository

# Use those templates
extends:
Expand Down
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Node PR Lint, Build and Test

on:
# Trigger when manually run
workflow_dispatch:

# Trigger on pushes to `main` or `rel/*`
push:
branches:
- main
- rel/*

# Trigger on pull requests to `main` or `rel/*`
pull_request:
branches:
- main
- rel/*

jobs:
Build:
# Use template from https://github.com/microsoft/vscode-azuretools/tree/main/.github/workflows
uses: microsoft/vscode-azuretools/.github/workflows/jobs.yml@main

0 comments on commit d9d9e6b

Please sign in to comment.