Skip to content

Commit c706ad0

Browse files
committed
Prototype publish GitHub Action
1 parent fe5a647 commit c706ad0

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "Publish"
2+
3+
on:
4+
push:
5+
branches:
6+
- "master"
7+
workflow_dispatch: {}
8+
schedule:
9+
- cron: "0 21 * * 6"
10+
11+
permissions:
12+
contents: read
13+
14+
jobs:
15+
publish:
16+
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)