Files
django-example-app/.github/workflows/docker-build.yaml
2025-06-05 23:30:55 +03:00

18 lines
280 B
YAML

name: Build and push Docker image
on:
workflow_dispatch:
pull_request:
branches:
- main
types:
- closed
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- run: |
echo The PR was merged