dont run pipeline on push
All checks were successful
CI-pipeline / linters (pull_request) Successful in 37s
Build and push Docker image / build-and-push (pull_request) Successful in 10m24s

This commit is contained in:
Basyrov Rustam
2025-06-06 00:32:21 +03:00
parent 1ff450c37e
commit ac5abef53f

View File

@@ -1,13 +1,11 @@
name: CI-pipeline
on:
workflow_dispatch:
push:
branches:
- dev
pull_request:
branches:
- main
types:
- opened
jobs:
linters: