Skip to content

Added notification.yml file #2

Added notification.yml file

Added notification.yml file #2

Workflow file for this run

name: Build DEV
on:
push:
branches:
- "**"
jobs:
BuildApp:
runs-on: ubuntu-latest
environment: DEV
defaults:
run:
working-directory: ./web
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn
- name: Build
run: yarn build