Skip to content

Commit 993a209

Browse files
authored
Enable GitHub Actions CI workflow (#2)
1 parent 8c0ad45 commit 993a209

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: ci
2+
on:
3+
push:
4+
branches:
5+
- master
6+
- staging
7+
pull_requests: {}
8+
jobs:
9+
build:
10+
steps:
11+
- run: echo "hello world"

0 commit comments

Comments
 (0)