mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 11:47:53 +02: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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
paths:
|
paths:
|
||||||
- docker/docker-compose.yml
|
- docker/docker-compose.yml
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
copy-file:
|
copy-docker-compose-file:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
ref: dev
|
||||||
|
|
||||||
- name: Pushes docker-compose
|
- name: Pushes docker-compose
|
||||||
uses: dmnemec/copy_file_to_another_repo_action@main
|
uses: dmnemec/copy_file_to_another_repo_action@main
|
Loading…
x
Reference in New Issue
Block a user