Skip to content

Merge pull request #56 from notlin4/patch-1 #111

Merge pull request #56 from notlin4/patch-1

Merge pull request #56 from notlin4/patch-1 #111

Workflow file for this run

name: Dev Builds
on:
push:
paths:
- "*.gradle"
- "gradle.properties"
- "src/**"
- "versions/**"
- ".github/**"
branches:
- "main"
- "dev"
pull_request:
paths:
- "*.gradle"
- "gradle.properties"
- "src/**"
- "versions/**"
- ".github/**"
jobs:
build:
uses: ./.github/workflows/build.yml