Skip to content

Commit

Permalink
Revert "Run CI on all branches"
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfv authored Feb 29, 2024
1 parent 4fb750b commit 5579a06
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 32 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: push
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/publish.yml

This file was deleted.

9 changes: 0 additions & 9 deletions smath/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion smath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Small math function library",
"main": "index.js",
"scripts": {
"test": "tsc --noEmit"
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": {
Expand Down
Empty file removed smath/src/index.ts
Empty file.

0 comments on commit 5579a06

Please sign in to comment.