deploy.yaml
Some checks failed
/ deploy (push) Has been skipped
/ build (push) Failing after 1m37s

This commit is contained in:
lootboxer 2025-07-01 04:00:35 +03:00
parent 7441aa5d58
commit 88469dcc81

View file

@ -1,5 +1,3 @@
name: CI/CD Pipeline
on:
push:
branches:
@ -7,7 +5,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4