Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit cc469d3

Browse files
ci: mirror main to humble
1 parent 7517749 commit cc469d3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Mirror main to humble
3+
4+
on:
5+
workflow_dispatch:
6+
push:
7+
branches:
8+
- main
9+
10+
permissions:
11+
contents: write
12+
13+
jobs:
14+
mirror-to-master:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: zofrex/mirror-branch@v1
18+
with:
19+
target-branch: humble

0 commit comments

Comments
 (0)