Update pull_code.yml

This commit is contained in:
شركة خبير المحدودة 2025-09-04 14:47:50 +03:00 committed by GitHub
parent 6a64b63304
commit 2267c988bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
deploy_dev_server:
name: Deploy to Dev Servers
runs-on: odex30-runner
if: (github.ref == 'refs/heads/dev_odex_base' || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'dev')
if: (github.ref == 'refs/heads/dev_odex_base' || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'dev'))
steps:
- name: Checkout And Restart Project
run: |