bellande_functionality_api/.github/workflows/main.yml

19 lines
303 B
YAML
Raw Normal View History

2024-05-23 06:14:25 +00:00
name: Sync Fork
on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.8
with:
owner: Ronaldson Bellande
base: main
head: main