GitHub link fixes, owner repo only routing fix, pull request selection fix #47
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: prdeploy-webhooks - build | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- ready_for_review | |
branches: | |
- main | |
paths: | |
- prdeploy-webhooks/** | |
- .github/workflows/prdeploy-webhooks-build.yaml | |
release: | |
types: | |
- created | |
workflow_dispatch: | |
jobs: | |
ci: | |
name: CI | |
uses: ./.github/workflows/_container-build.yaml | |
secrets: inherit | |
with: | |
service_name: prdeploy-webhooks |