Skip to content

Commit

Permalink
Features/Add Manual Trigger to ADO GH Sync Action (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalvesj authored Jul 6, 2023
1 parent 44abb4a commit 011a3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ado/workflows/appservice-private-endpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
- master
paths:
include:
- AppService-FrontDoor-PrivateEndpoints
- AppService-FrontDoor-PrivateEndpoints/**

pool:
vmImage: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ado-gh-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
paths:
- "AzDevOps-GitHub-Workflow/**"
workflow_dispatch:

env:
CONFIGURATION: Release
Expand Down

0 comments on commit 011a3bf

Please sign in to comment.