Skip to content

Commit

Permalink
Trigger pipeline on PRs against main (#1237)
Browse files Browse the repository at this point in the history
* Trigger pipeline on PRs against main

* Rename stages

* Rename stages

* Rename stage to Main

* Rename the stage to build
  • Loading branch information
habbes committed May 16, 2024
1 parent 1c029ad commit 599dc1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion pipelines/azure_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ trigger:
branches:
include:
- main

pr:
- main

resources:
repositories:
- repository: self
Expand Down Expand Up @@ -33,7 +37,7 @@ extends:
customBuildTags:
- ES365AIMigrationTooling
stages:
- stage: stage
- stage: build
jobs:
- job: Main
displayName: Main Build
Expand Down
2 changes: 1 addition & 1 deletion pipelines/azure_pipelines_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extends:
customBuildTags:
- ES365AIMigrationTooling
stages:
- stage: stage
- stage: build
jobs:
- job: Main
displayName: Main Build
Expand Down

0 comments on commit 599dc1b

Please sign in to comment.