mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 08:43:21 +08:00
16 lines
451 B
YAML
16 lines
451 B
YAML
name: Sticky PHP
|
|
|
|
on: [workflow_dispatch, push, pull_request]
|
|
|
|
# The reusable workflow definitions will be moved to the `flarum/framework` repo soon.
|
|
# This will break your current script.
|
|
# When this happens, run `flarum-cli audit infra --fix` to update your infrastructure.
|
|
|
|
jobs:
|
|
run:
|
|
uses: flarum/.github/.github/workflows/REUSABLE_backend.yml@main
|
|
with:
|
|
enable_backend_testing: false
|
|
|
|
backend_directory: ./extensions/sticky
|