Files
test_prod_deploy/.gitea/workflows/merge_prod.yml
alex 9752597a68
All checks were successful
Merge Success Notification / notify-on-merge (pull_request) Successful in 1s
Обновить .gitea/workflows/merge_prod.yml
2025-04-02 14:10:08 +00:00

13 lines
261 B
YAML

name: Merge Success Notification
on:
pull_request:
types: [closed]
branches: [main]
jobs:
notify-on-merge:
runs-on: ubuntu-latest
steps:
- name: Print merge success
run: echo "Удачное слияние в ветку main"