Add workflow rules

This commit is contained in:
Romain Vigier
2021-08-17 11:44:22 +02:00
parent b429dc23a0
commit 0a7bd126d9
+7
View File
@@ -15,6 +15,13 @@
# this program. If not, see <http s ://www.gnu.org/licenses/>.
workflow:
rules:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == "web"
stages:
- test
- build