Skip to content

Commit

Permalink
Remove on:push from Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sapics committed Jan 23, 2020
1 parent 70983ba commit cbaf5df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: auto release
on:
push:
schedule:
- cron: '43 2 * * Wed'
jobs:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ geoip-country [![NPM version](https://badge.fury.io/js/geoip-country.svg)](https
Less memory usage version of [geoip-lite](https://github.com/bluesmoon/node-geoip) by limiting to country information.
This product includes GeoLite2 ipv4 and ipv6 country data which created by MaxMind, available from https://www.maxmind.com.

**You should read this README and the LICENSE and EULA files carefully before deciding to use this product.**

**You should read this README and the LICENSE and EULA files carefully before deciding to use this product.**<br>
**After v4, LICENSE for the database was changed. If you need to use this product with previous LICENSE, please use v3.**


Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"lib/",
"data/",
"test/",
"scripts/"
"scripts/",
"LICENSE",
"EULA"
],
"main": "lib/geoip.js",
"repository": {
Expand Down

0 comments on commit cbaf5df

Please sign in to comment.