mirror of
https://github.com/glowingblue/flarum-ext-redis-setup.git
synced 2026-03-22 15:07:53 +01:00
15 lines
238 B
YAML
15 lines
238 B
YAML
name: GB Redis Setup Sync
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
tags:
|
|
- '*'
|
|
|
|
jobs:
|
|
run:
|
|
uses: glowingblue/flarum-workflow-sync/.github/workflows/sync.yml@master
|
|
secrets: inherit
|
|
with:
|
|
tag: ${{ github.ref_name }}
|