Skip to content

Commit

Permalink
run the action on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle committed Mar 5, 2024
1 parent 3684825 commit 1822680
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gen-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
name: Generate Database

on:
# More details on trigger events: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
# More details on trigger events:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows
pull_request: # added for testing
workflow_dispatch: # manual execution
release:
types: [published]
Expand Down

0 comments on commit 1822680

Please sign in to comment.