Only deploy on merges to master

This commit is contained in:
Byron Lathi
2024-06-06 18:47:12 -07:00
parent dd1a248763
commit 310c760daf

View File

@@ -1,9 +1,9 @@
image: python:latest image: python:latest
stages: stages:
- build - build
- test - test
- deploy - deploy
build: build:
stage: build stage: build