diff --git a/.github/workflows/pull_code.yml b/.github/workflows/pull_code.yml index 10df0cb..613d70d 100644 --- a/.github/workflows/pull_code.yml +++ b/.github/workflows/pull_code.yml @@ -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 != ''))