Skip to content

[FaloopIntegration] Fix ActiveMobUi death function not being called. #1208

[FaloopIntegration] Fix ActiveMobUi death function not being called.

[FaloopIntegration] Fix ActiveMobUi death function not being called. #1208

name: 'CI (FaloopIntegration)'
on:
push:
paths:
- 'FaloopIntegration/**'
branches:
- 'master'
pull_request:
paths:
- 'FaloopIntegration/**'
types:
- opened
- synchronize
release:
types:
- created
workflow_dispatch:
jobs:
build:
uses: SlashNephy/Divination/.github/workflows/reusable-build-plugin.yml@master
with:
plugin-name: 'FaloopIntegration'
working-directory: 'FaloopIntegration'
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: 'FaloopIntegration'
secrets:
DEPLOY_GITHUB_TOKEN: '${{ secrets.DEPLOY_GITHUB_TOKEN }}'
permissions:
actions: read