added job to switch to the development branch

This commit is contained in:
ggurdin 2024-08-14 11:37:11 -04:00
parent 9b1e0c6e2d
commit 2d4285a4ae
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -10,6 +10,16 @@ env:
WEB_APP_ENV: ${{ vars.WEB_APP_ENV }}
jobs:
switch-branch:
runs-on: ubuntu-latest
steps:
- name: Checkout main branch
uses: actions/checkout@v3
- name: Checkout different branch
run: git checkout development
build_web:
runs-on: ubuntu-latest
environment: staging