Skip to content

feat: provide docs how to contribute (#91123) #11

feat: provide docs how to contribute (#91123)

feat: provide docs how to contribute (#91123) #11

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Run build and tests
on:
push:
branches:
- '**'
pull_request:
branches: [ master ]
jobs:
build:
permissions:
checks: write
pull-requests: write
contents: read
environment: CIRelease
runs-on: ubuntu-latest
steps:
- name: Setup
uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-setup@v1.0
- name: Build
uses: IntershopCommunicationsAG/.github/actions/gradle-plugin-build@v1.0