Skip to content

Commit

Permalink
fix: make sure we run tests for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Oct 4, 2023
1 parent bc122eb commit e4b8b0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
# according to the mtime of the gzip it's created on the first day of the
# month at 30 minutes past midnight
- cron: "0 2 1-4 * *"
pull_request:
push:
branches:
- main
Expand All @@ -25,7 +26,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: ">=1.18.0"
go-version: ">=1.20.0"
cache: true

- uses: actions/setup-python@v4
Expand Down

0 comments on commit e4b8b0a

Please sign in to comment.