Skip to content

Commit

Permalink
feat: automatically open hub-doc PR on push master
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweaver87 authored Jul 22, 2024
1 parent 48211c8 commit f7c638f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 🏗️ sync
on:
workflow_dispatch:
push:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit f7c638f

Please sign in to comment.