mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-10 17:22:11 +01:00
doc on main branch only
This commit is contained in:
parent
cfe0ca6b4b
commit
5228923b69
3
.github/workflows/generate.yml
vendored
3
.github/workflows/generate.yml
vendored
@ -54,10 +54,11 @@ jobs:
|
||||
cd tests
|
||||
bash test_circuits.sh
|
||||
|
||||
# This workflow contains a single job called "build"
|
||||
# Only on main thread
|
||||
documentation:
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.x
|
||||
|
Loading…
x
Reference in New Issue
Block a user