Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

build: configure CI

build: configure CI #2

name: Continuous Integration
on:
push:
branches:
- main
paths-ignore:
- '*.md'
jobs:
build:
uses: ./.github/workflows/build.yaml
integration:
needs: build
uses: ./.github/workflows/compatibility.yaml
# release-notes:
# timeout-minutes: 10
# runs-on: ubuntu-latest
# permissions:
# contents: write
# pull-requests: read
# steps:
# - name: Release Drafter
# uses: release-drafter/release-drafter@v5
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}