Fix when to stop reading properties which was broken with previous ch… #134
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
# This workflow will perform a build of the project and run tests | |
name: Build and check | |
on: | |
push: | |
branches: [ master, main ] | |
pull_request: | |
branches: [ master, main ] | |
# Allows to run from the Actions tab | |
workflow_dispatch: | |
repository_dispatch: | |
jobs: | |
build-and-test: | |
uses: centic9/actions/.github/workflows/gradle-build.yml@7 |