We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712e31e commit 2c6a451Copy full SHA for 2c6a451
.github/workflows/ci.yml
@@ -17,6 +17,8 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v2
20
+ with:
21
+ ref: ${{ github.event.pull_request.head.sha || github.sha }}
22
23
- name: Use Node.js ${{ matrix.node-version }}
24
uses: actions/setup-node@v1
@@ -27,7 +29,6 @@ jobs:
27
29
run: npm install
28
30
31
- name: Check if dist is updated
- if: github.ref == 'refs/heads/master'
32
run: |
33
npm run build
34
set -e # exit immediate if a command below returns a non-zero status
0 commit comments