Skip to content

Commit

Permalink
feat: on release on tag (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager authored Jan 21, 2025
1 parent 1f77d05 commit 9373b83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rattler-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
on:
push:
branches:
- "main"
# Run full workflow on tags
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
# Run everything but publish on PRs
pull_request:

name: "Build Conda Package"
Expand Down

0 comments on commit 9373b83

Please sign in to comment.