Skip to content

Merge pull request #1 from Thebinoman/feature/some-feature #2

Merge pull request #1 from Thebinoman/feature/some-feature

Merge pull request #1 from Thebinoman/feature/some-feature #2

Workflow file for this run

name: Dev build and deployment
on:
push:
branches:
- dev
jobs:
BuildSimulation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
echo building and packing and app...
DeploySimulation:
runs-on: ubuntu-latest
needs: BuildSimulation
steps:
- uses: actions/checkout@v3
- name: Deploy
run: |
echo deploying into Dev env