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 8ed0e68 commit 37d38ffCopy full SHA for 37d38ff
.github/workflows/CI.yml
@@ -1,6 +1,7 @@
1
name: CI
2
on: [push]
3
jobs:
4
+
5
Build:
6
runs-on: ${{ matrix.os }}
7
strategy:
@@ -34,14 +35,9 @@ jobs:
34
35
- name: Run test
36
run: ./bin/test
37
-name: Build and Deploy Documentation
38
-on:
39
- push:
40
- branches:
41
- - master
42
-jobs:
43
- build-and-deploy:
+ Deploy:
44
runs-on: ubuntu-latest
+ if: {{ github.ref == 'ref/head/master' }}
45
steps:
46
- name: Checkout code
47
uses: actions/checkout@v1
0 commit comments