Workflow badges #8
Workflow file for this run
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 and Test PRs or General Branches | ||
on: | ||
pull_request: | ||
types: | ||
- synchronize | ||
- opened | ||
- ready_for_review | ||
- reopened | ||
push: | ||
branches: | ||
- 'feature/**' | ||
- 'bugfix/**' | ||
- 'hotfix/**' | ||
- 'fix/**' | ||
- 'features/**' | ||
workflow_dispatch: | ||
permissions: | ||
contents: write | ||
statuses: write | ||
jobs: | ||
release: | ||
Check failure on line 24 in .github/workflows/build.yaml GitHub Actions / Build and Test PRs or General BranchesInvalid workflow file
|
||
uses: ldtteam/operapublicacreator/.github/workflows/gradle.build.yaml@ng7 | ||
with: | ||
java: 21 | ||
secrets: | ||
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }} | ||
GRADLE_ENCRYPTION_KEY: ${{ secrets.GRADLE_ENCRYPTION_KEY }} |