Skip to content

Commit

Permalink
ci: always run unit tests (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae authored May 27, 2023
1 parent f1074a6 commit 2037033
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
name: Unit tests

on:
push:
paths:
- 'morebits.js'
- 'tests/**'
- 'package.json'
- 'package-lock.json'
pull_request:
paths:
- 'morebits.js'
- 'tests/**'
- 'package.json'
- 'package-lock.json'
on: [push, pull_request]

jobs:
lint:
Expand Down

0 comments on commit 2037033

Please sign in to comment.