Skip to content

Commit

Permalink
fix(ci): remove ignore in pull-req
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus committed Sep 29, 2023
1 parent a78a24d commit 3c24b70
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
- LICENSE
- "**.md"
pull_request:
paths-ignore:
- .gitignore
- LICENSE
- "**.md"
release:
types: [published]
workflow_dispatch:
Expand All @@ -40,7 +36,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache: "yarn"
- name: Install
run: |
yarn install
Expand Down Expand Up @@ -82,7 +78,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache: "yarn"
- name: Obtain electron cache dir
if: runner.os == 'Windows'
id: electron-cache-dir-path
Expand Down

0 comments on commit 3c24b70

Please sign in to comment.