Files
DiunaBI/.github/workflows/main.yml
Michał Zieliński da19eed9a3 Update main.yml
2024-04-01 08:44:44 +02:00

17 lines
326 B
YAML

name: Angular CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: npm install and npm run CI commands
run: |
npm i
ng build --configuration=production