[CI] run only single scoping for tagged/non-tagged

This commit is contained in:
TomasVotruba 2021-02-11 13:37:40 +01:00
parent fadfdbb4ef
commit d81489ea91

View File

@ -6,6 +6,10 @@ on:
branches:
- master
# to avoid running tagged and non-tagged workflows at the same time
tags-ignore:
- '*'
jobs:
build_scoped_rector:
runs-on: ubuntu-latest