Skip to content

chore(ci): generate release notes too. #84

chore(ci): generate release notes too.

chore(ci): generate release notes too. #84

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: make -j4