Skip to content

Commit

Permalink
change conda package to run only at tagging for new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Psotta committed Feb 2, 2021
1 parent 6778966 commit 4d7d360
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/conda-package.yml
@@ -1,6 +1,9 @@
name: Conda Package

on: [pull_request]
on:
push:
tags:
- 'v*.*.*'

jobs:
publish:
Expand Down

0 comments on commit 4d7d360

Please sign in to comment.