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 acf631b commit b540fd8Copy full SHA for b540fd8
.github/workflows/deploy.yml
@@ -0,0 +1,15 @@
1
+
2
+name: Deploy
3
4
+on:
5
+ push:
6
+ branches:
7
+ - master
8
9
+jobs:
10
+ build:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - name: Run docker publish
15
+ run: make docker-publish
.github/workflows/main.yml
@@ -0,0 +1,12 @@
+name: CI
+on: [pull_request]
+ - name: Run docker check
+ run: make docker-check
0 commit comments