We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0ad45 commit 993a209Copy full SHA for 993a209
.github/workflows/ci.yml
@@ -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