Skip to content

Merge branch 'staging' of https://github.com/Asadaaaaa/sersow-view in… #266

Merge branch 'staging' of https://github.com/Asadaaaaa/sersow-view in…

Merge branch 'staging' of https://github.com/Asadaaaaa/sersow-view in… #266

Workflow file for this run

name: Sersow Web CI
on:
push:
branches: [ "main", "staging", "dev/**" ]
pull_request:
branches: [ "main", "staging" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i
- run: npm run build