Skip to content

Commit

Permalink
fixed #781, added PR build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Jan 27, 2024
1 parent 55dd832 commit 5f91e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Build Signum Node

on:
pull_request:
push:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion conf/node-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## We are using the H2 file based as default with no username/password.

# DB.Url=jdbc:h2:file:./db/signum;DB_CLOSE_ON_EXIT=FALSE
# DB.Url=jdbc:h2:file:./db/signum-v2;DB_CLOSE_ON_EXIT=FALSE
# DB.Username=
# DB.Password=

Expand Down

0 comments on commit 5f91e1c

Please sign in to comment.