fixed the delays on running this job so let's run while we fix the re… #232
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |