Skip to content

Commit

Permalink
(maint) Trigger GH lein testing on changes to project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
Magisus committed Oct 2, 2024
1 parent 89bfcdf commit af3240f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lein-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
push:
branches: main
paths: ['src/**','test/**']
paths: ['src/**','test/**','project.clj']
pull_request:
types: [opened, reopened, edited, synchronize]
paths: ['src/**','test/**']
paths: ['src/**','test/**','project.clj']

env:
JDBCUTIL_DBNAME: //127.0.0.1:5432/jdbc_util_test
Expand Down

0 comments on commit af3240f

Please sign in to comment.