Skip to content

Commit

Permalink
ci: always run tests since required for merging
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Apr 2, 2024
1 parent ecf6470 commit 7af5097
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,7 @@ name: CI
on:
push:
branches: [master]
paths:
- grammar.js
- src/**
- bindings/**
- binding.gyp
pull_request:
paths:
- grammar.js
- src/**
- bindings/**
- binding.gyp

jobs:
build:
Expand Down

0 comments on commit 7af5097

Please sign in to comment.