Skip to content

πŸ‘Œ IMPROVE: New project repository 1.0.1 #5

πŸ‘Œ IMPROVE: New project repository 1.0.1

πŸ‘Œ IMPROVE: New project repository 1.0.1 #5

Workflow file for this run

name: Build
# Events that trigger workflows - https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
on:
push:
branches: [ "main" ]
pull_request:
jobs:
Build:
uses: btfacrm/common-devops/.github/workflows/mule-build.yml@main
secrets: inherit
# Needed by the Unit Test Action
permissions:
contents: write
issues: write
checks: write
pull-requests: write