fix: use refs
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
William Luke 2022-02-23 10:04:40 +03:00
parent 2fd72c199b
commit 99070b6ee4

View File

@ -48,8 +48,8 @@ steps:
- name: poetry_cache - name: poetry_cache
path: /root/.cache/pypoetry path: /root/.cache/pypoetry
when: when:
branch: ref:
- main - refs/heads/main
depends_on: depends_on:
- test - test
volumes: volumes: