dev test #3

Merged
wtukatyr merged 6 commits from dev into main 2025-06-05 23:36:25 +03:00
2 changed files with 21 additions and 16 deletions
Showing only changes of commit 854fe0fbc4 - Show all commits

17
.github/workflows/docker-build.yaml vendored Normal file
View File

@@ -0,0 +1,17 @@
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