Skip to content

Commit c7dce5e

Browse files
authored
ci: remove duplicated checks on gh (#210)
push events on GitHub Action were already running on the pull requests. Before ![image](https://github.com/user-attachments/assets/8cea4e30-d0a8-4dd8-9e67-f9d8a5c4cfca) Now ![image](https://github.com/user-attachments/assets/6dbde758-3a92-4d9a-9933-0700df6209b3)
1 parent fed602c commit c7dce5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Node.js CI
22

3-
on: [ push, pull_request ]
3+
on: [push]
44

55
jobs:
66
build:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ ubuntu-latest, windows-latest, macos-latest ]
11-
node-version: [ 18, 20, 21 ]
10+
os: [ubuntu-latest, windows-latest, macos-latest]
11+
node-version: [18, 20, 21]
1212

1313
steps:
1414
- name: Checkout

0 commit comments

Comments
 (0)