Merge pull request #381 from Azure/vivekjilla_pull_request_event

Moving to pull_request for the action
This commit is contained in:
Surender Singh Malik 2023-11-30 16:23:35 +05:30 коммит произвёл GitHub
Родитель e0d17a2aa9 81e0440ff7
Коммит 71170cb4a9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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: |