Skip to content

Merge branch 'main' of https://github.com/Devaunch/ByteChat #2

Merge branch 'main' of https://github.com/Devaunch/ByteChat

Merge branch 'main' of https://github.com/Devaunch/ByteChat #2

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master