add test deploy actions

This commit is contained in:
2025-04-02 13:15:41 +03:00
parent b2dff78489
commit 3744fa2262
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
name: Simple Deploy Pipeline
on:
push:
branches:
- main
jobs:
print-message:
name: Print Welcome Message
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Print message
run: echo "Красота во всем"