Skip to content

Commit a6e2d79

Browse files
project-defiantSzymon Szyszkowski
andauthored
fix: do not run action on branch and tag release (#97)
Co-authored-by: Szymon Szyszkowski <ss60@mib117351s.internal.sanger.ac.uk>
1 parent d3eabd8 commit a6e2d79

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/artifact.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
name: Build and Push to Artifact Registry
33

4-
"on":
4+
on:
55
push:
6-
branches: ["*"]
7-
tags: ["*"]
86
paths:
9-
- images/**
7+
- images/gentropy/scripts/harmonise-sumstats.sh
8+
- images/gentropy/Dockerfile
109

1110
env:
1211
PROJECT_ID: open-targets-genetics-dev

0 commit comments

Comments
 (0)