mirror of
https://github.com/azure/login.git
synced 2026-06-06 00:17:07 +00:00
Update azure-login-pr-check.yml
This commit is contained in:
parent
7d999374ef
commit
4e20baabba
1 changed files with 3 additions and 1 deletions
4
.github/workflows/azure-login-pr-check.yml
vendored
4
.github/workflows/azure-login-pr-check.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: pr-check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- master
|
||||
- 'releases/*'
|
||||
|
|
@ -13,6 +13,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout from PR branch
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.client_payload.frombranch }}
|
||||
|
||||
# Using 12.x version as an example
|
||||
- name: Set Node.js 12.x for GitHub Action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue