Skip to content

fixed a rare access violation while ExecuteTeleport #228

fixed a rare access violation while ExecuteTeleport

fixed a rare access violation while ExecuteTeleport #228

name: 'CI (AetheryteLinkInChat)'
on:
push:
paths:
- 'AetheryteLinkInChat/**'
branches:
- 'master'
pull_request:
paths:
- 'AetheryteLinkInChat/**'
types:
- opened
- synchronize
release:
types:
- created
workflow_dispatch:
jobs:
build:
uses: SlashNephy/Divination/.github/workflows/reusable-build-plugin.yml@master
with:
plugin-name: 'AetheryteLinkInChat'
working-directory: 'AetheryteLinkInChat'
permissions:
contents: read
actions: write
deploy:
if: github.event_name != 'pull_request'
needs: build
uses: SlashNephy/Divination/.github/workflows/reusable-deploy-plugin.yml@master
with:
plugin-name: 'AetheryteLinkInChat'
secrets:
DEPLOY_GITHUB_TOKEN: '${{ secrets.DEPLOY_GITHUB_TOKEN }}'
permissions:
actions: read