Update pull_code.yml
This commit is contained in:
parent
5562529468
commit
42d24ea7a4
|
|
@ -1,10 +1,11 @@
|
||||||
name: Pull Code
|
name: Pull Code
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev_odex_base
|
- dev_odex_base
|
||||||
- dev_odex_hr
|
- dev_odex_hr
|
||||||
|
- dev_odex30_accounting
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
|
@ -22,7 +23,7 @@ jobs:
|
||||||
name: Deploy to dev server <159.89.22.77>
|
name: Deploy to dev server <159.89.22.77>
|
||||||
runs-on: odex30-runner
|
runs-on: odex30-runner
|
||||||
if: |
|
if: |
|
||||||
(github.ref == 'refs/heads/dev_odex_base' || github.ref == 'refs/heads/dev_odex_hr') &&
|
(github.ref == 'refs/heads/dev_odex_base' || github.ref == 'refs/heads/dev_odex_hr' || github.ref == 'dev_odex30_accounting') &&
|
||||||
(github.event_name == 'push' ||
|
(github.event_name == 'push' ||
|
||||||
(github.event_name == 'workflow_dispatch' && github.event.inputs.environment != ''))
|
(github.event_name == 'workflow_dispatch' && github.event.inputs.environment != ''))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue