Fix condition for deploying to dev server

This commit is contained in:
شركة خبير المحدودة 2026-01-06 16:34:11 +02:00 committed by GitHub
parent 63c117e837
commit b32b08adc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
name: Deploy to dev server <159.89.22.77>
runs-on: odex30-runner
if: |
(github.ref == 'refs/heads/dev_odex_base' || github.ref == 'refs/heads/dev_odex_hr' || github.ref == 'dev_odex30_accounting') &&
(github.ref == 'refs/heads/dev_odex_base' || github.ref == 'refs/heads/dev_odex_hr' || github.ref == 'refs/heads/dev_odex30_accounting') &&
(github.event_name == 'push' ||
(github.event_name == 'workflow_dispatch' && github.event.inputs.environment != ''))