Skip to content

Commit

Permalink
Update copy_data_from_qml.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcafferry committed Aug 17, 2020
1 parent e24d034 commit 31e4174
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/copy_data_from_qml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build up document
on:
push:
branches:
- qml
- master

jobs:
build_docs_and_deploy:
Expand All @@ -12,6 +12,9 @@ jobs:

steps:

- name: Checkout
uses: actions/checkout@master

- name: Clone repositories
run: |
mkdir quantum
Expand Down

0 comments on commit 31e4174

Please sign in to comment.