Skip to content

Commit a2370f6

Browse files
authored
DEV: Add the d-compat branch workflow (#65)
1 parent f414794 commit a2370f6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
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)