1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

allow to set a tag for building in ci

This commit is contained in:
andreas
2023-10-02 19:09:35 +02:00
parent 707c00b850
commit 9ddcbdc34a
2 changed files with 25 additions and 10 deletions

View File

@@ -1,6 +1,10 @@
# Use the latest 2.1 version of CircleCI pipeline process engine.
# See: https://circleci.com/docs/configuration-reference
version: 2.1
# set the filter to allow a build for any sha tag
filters:
tags:
only: /.*/
parameters:
run_build:
type: boolean