Skip to content

Commit

Permalink
Add pull request target test
Browse files Browse the repository at this point in the history
  • Loading branch information
michhyun1 committed Nov 17, 2020
1 parent 00b5d02 commit 5dba009
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
name: Nick test

on:
push:
branches: [ master ]
pull_request:
pull_request_target:
branches:
- master

jobs:
build:
name: Build and Run Unit Tests
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: echo 'Started!'

0 comments on commit 5dba009

Please sign in to comment.