Skip to content

Commit 0bd875f

Browse files
authored
DEV: Add the d-compat branch workflow (#101)
1 parent 61cf47e commit 0bd875f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Create new d-compat branch
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "0 0 * * *"
7+
8+
jobs:
9+
ci:
10+
uses: discourse/.github/.github/workflows/create-d-compat-branch.yml@v1

0 commit comments

Comments
 (0)