Skip to content

Commit

Permalink
. e monthly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored Jun 5, 2024
1 parent d341a50 commit a17c46b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ name: mvn verify linux

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
schedule:
- cron: '15 3 1 * *' # <https://crontab.guru/#45_16_*_*_0>

jobs:
build:
Expand All @@ -29,4 +30,4 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B verify --file pom.xml
run: mvn -B verify --file pom.xml

0 comments on commit a17c46b

Please sign in to comment.