Skip to content

Matrix 101: The Protocol Behind the Chat #7

Matrix 101: The Protocol Behind the Chat

Matrix 101: The Protocol Behind the Chat #7

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [main]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Build and Test
uses: ./.github/workflows/build.yml