Skip to content
Snippets Groups Projects
Commit f820a3a8 authored by Alexander Turenko's avatar Alexander Turenko Committed by Kirill Yukhin
Browse files

github-ci: don't deploy tarballs per push

Follows up #6185
parent fc1dd039
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,8 @@ env:
jobs:
source:
# We want to run only on release branches and tags.
if: ( github.ref == 'refs/heads/master' ||
github.ref == 'refs/heads/1.10' ||
startsWith(github.ref, 'refs/heads/2.') ||
startsWith(github.ref, 'refs/tags') ) &&
! endsWith(github.ref, '-notest')
# We want to run only on tags.
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-18.04
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment