Skip to content

Commit bfd1e7d

Browse files
author
Elena Totmenina
authored
Add trigger on tags (#589)
1 parent aa67724 commit bfd1e7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Conda package
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
tags:
47

58
env:
69
PACKAGE_NAME: numba-dppy

0 commit comments

Comments
 (0)