Skip to content

Merge pull request #1 from cape-ph/release-please--branches--main #6

Merge pull request #1 from cape-ph/release-please--branches--main

Merge pull request #1 from cape-ph/release-please--branches--main #6

Workflow file for this run

name: CAPE Org CI/CD
on:
push:
branches: [main]
pull_request_target:
types: [opened, edited, synchronize]
permissions:
contents: write
pull-requests: write
jobs:
Release:
uses: cape-ph/.github/.github/workflows/semantic_release.yml@main
secrets: inherit
with:
name: "CAPE Org Utilities"
is_production: ${{ github.event_name == 'push' }}