Prevent cloud drone from double checking master (main we will remove eventually)

stable-3.2
Regina Obe 2021-08-24 15:44:30 -04:00
parent ffd29fedec
commit 9e6156d123
1 changed files with 5 additions and 0 deletions

View File

@ -18,4 +18,9 @@ steps:
pull: always
commands:
- PGVER=11 sh ci/dronie/postgis_regress.sh
trigger:
branch:
exclude:
- main
...