Skip to content

Commit 4ae6c67

Browse files
committed
add bohr.yml workflow
1 parent 11a069b commit 4ae6c67

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/bohr.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: bohr.io deploy
2+
on:
3+
push:
4+
repository_dispatch:
5+
types: [bohr-dispatch]
6+
permissions: write-all
7+
jobs:
8+
deploy:
9+
name: Deploy on bohr.io
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: bohr-io/action@main

0 commit comments

Comments
 (0)