Skip to content

Commit

Permalink
restrict publish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeger committed Sep 28, 2021
1 parent f770bb8 commit 7d1a70e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Publish pysam wheels to PyPI and TestPyPI

on: push
on:
push:
branches:
- v[0-9]+.[0-9]+.x
tags:
- v*
release:
types:
- published

jobs:
build_wheels:
Expand Down

0 comments on commit 7d1a70e

Please sign in to comment.