Skip to content

Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.23.1 to 0.… #44

Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.23.1 to 0.…

Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.23.1 to 0.… #44

name: Build Snapshot
on:
push:
branches:
- '**'
# don't run on dependabot branches. Dependabot will create pull requests, which will then be run instead
- '!dependabot/**'
workflow_dispatch:
schedule:
# build it monthly: At 05:00 on day-of-month 1.
- cron: '0 5 1 * *'
jobs:
build:
name: Build Snapshot
uses: ./.github/workflows/build.yml