Add test workflow updated name
Some checks failed
CI/CD Pipeline / deploy_testing (push) Has been skipped
CI/CD Pipeline / deploy_production (push) Failing after 16s

This commit is contained in:
2025-08-27 03:32:21 +03:00
parent e695d06f5b
commit 03875dde53

View File

@@ -1,17 +0,0 @@
name: Test Pipeline
on:
push:
branches:
- develop # only runs when you push to develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Print Hello
run: echo "✅ Pipeline is working on branch: ${{ github.ref }}"