diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..15f832f --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,14 @@ +name: CAPE Org CI/CD +on: + push: + branches: [main] + pull_request_target: + types: [opened, edited, synchronize] + +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' }}