Skip to content

* Changed groupId from com.github.cowwoc.requirements to io.github.co… #3

* Changed groupId from com.github.cowwoc.requirements to io.github.co…

* Changed groupId from com.github.cowwoc.requirements to io.github.co… #3

Workflow file for this run

name: Build on push
on: push
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
build:
name: Build
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
permissions:
contents: read
actions: read
checks: write
with:
COMMIT_ID: ${{ github.ref }}
FOR_RELEASE: false