mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-23 22:01:49 +01:00
Add workflow_dispatch event to trigger the update-docs-repo WF manually
This commit is contained in:
parent
fb87f63744
commit
b8f290dc97
@ -1,17 +1,20 @@
|
||||
name: update-docs
|
||||
name: update-docs-repo
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- docker/docker-compose.yml
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
copy-file:
|
||||
copy-docker-compose-file:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
ref: dev
|
||||
|
||||
- name: Pushes docker-compose
|
||||
uses: dmnemec/copy_file_to_another_repo_action@main
|
Loading…
Reference in New Issue
Block a user