Skip to content

fixed the delays on running this job so let's run while we fix the re… #232

fixed the delays on running this job so let's run while we fix the re…

fixed the delays on running this job so let's run while we fix the re… #232

Workflow file for this run

name: Build Project
on:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:
jobs:
CodeAudits:
uses: evanchooly/workflows/.github/workflows/code-audits.yml@master
Build:
uses: evanchooly/workflows/.github/workflows/build.yml@master
with:
java: 17