Update main.yml

This commit is contained in:
Nicolas Héron 2025-01-17 15:00:52 +01:00 committed by GitHub
commit e6cca00487
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,9 +3,14 @@
name: Maven Package name: Maven Package
run-name: Release run ${{ github.run_number }} view
on: on:
release: push:
types: [created] branches: [ master ]
pull_request:
schedule:
- cron: "0 3 * * *"
jobs: jobs:
build: build: