dev: update run-tests.yml for running test action

This commit is contained in:
mahdi msr 2025-09-29 04:00:18 +03:30
parent 21f9041697
commit 6059ef32e0
1 changed files with 7 additions and 0 deletions

View File

@ -1,7 +1,14 @@
name: run-tests name: run-tests
on: on:
pull_request:
branches:
- main
- dev
push: push:
branches:
- dev
- main
paths: paths:
- '**.php' - '**.php'
- '.github/workflows/run-tests.yml' - '.github/workflows/run-tests.yml'