Skip to content

Commit

Permalink
Merge pull request #381 from Azure/vivekjilla_pull_request_event
Browse files Browse the repository at this point in the history
Moving to pull_request for the action
  • Loading branch information
surenderssm authored Nov 30, 2023
2 parents e0d17a2 + 81e0440 commit 71170cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_check_webapp_dotnet_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- releases/*
paths-ignore:
- '**.md'
pull_request_target:
pull_request:
branches:
- master
- 'releases/*'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
path: 'webapps-deploy'
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.event.pull_request.head.sha }}

- name: Installing dependencies and building latest changes
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_check_windows_container_pubprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- releases/*
paths-ignore:
- '**.md'
pull_request_target:
pull_request:
branches:
- master
- 'releases/*'
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
path: 'webapps-deploy'
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.event.pull_request.head.sha }}

- name: Installing dependencies and building latest changes in action
run: |
Expand Down

0 comments on commit 71170cb

Please sign in to comment.