Skip to content

Commit

Permalink
fix: update trigger condition of ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusdc committed Apr 28, 2022
1 parent 932bf0e commit 01fc92d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI

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

jobs:
CI:
Expand All @@ -20,7 +17,7 @@ jobs:
- name: Use Node.js (.nvmrc)
uses: actions/setup-node@v2
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
node-version: '${{ steps.nvm.outputs.NVMRC }}'

- name: Use cached node_modules
uses: actions/cache@v1
Expand Down

0 comments on commit 01fc92d

Please sign in to comment.