Merge pull request #381 from Azure/vivekjilla_pull_request_event
Moving to pull_request for the action
This commit is contained in:
Коммит
71170cb4a9
|
@ -7,7 +7,7 @@ on:
|
|||
- releases/*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- 'releases/*'
|
||||
|
@ -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: |
|
||||
|
|
|
@ -7,7 +7,7 @@ on:
|
|||
- releases/*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- 'releases/*'
|
||||
|
@ -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: |
|
||||
|
|
Загрузка…
Ссылка в новой задаче