forked from clone/flarum-ext-redis-setup
ci: update workflows
This commit is contained in:
14
.github/workflows/sync.yml
vendored
Normal file
14
.github/workflows/sync.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user