diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-17 03:48:55 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-17 03:48:55 +0100 |
commit | 94cec4e32f977bd77aed4c88b63ea5262570c4db (patch) | |
tree | 76876e974e29b52600571aad4df6a235650ed0ca | |
parent | 1e933b0f900b4f5eb923aed391c247b0f8c4c038 (diff) | |
download | ghdl-94cec4e32f977bd77aed4c88b63ea5262570c4db.tar.gz ghdl-94cec4e32f977bd77aed4c88b63ea5262570c4db.tar.bz2 ghdl-94cec4e32f977bd77aed4c88b63ea5262570c4db.zip |
ci/appveyor: skip_tags
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 60662c348..fa6b6dc90 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,8 +8,8 @@ version: '{branch}-{build}' # Branches to build branches: except: - - nightly - travis +skip_tags: true # ============================================================================= # Build matrix configuration |