[Gradle Release Plugin] - new version commit: '1.1.1'. #77
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 ] | |
pull_request: | |
branches: [ master ] | |
# Allows to run from the Actions tab | |
workflow_dispatch: | |
jobs: | |
build-and-test: | |
uses: centic9/actions/.github/workflows/gradle-build.yml@3 |