Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 6, 2020
1 parent 034c7ec commit eac0702
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
name: release
on:
push:
Enable when testing release infrastructure on a branch.
# Enable when testing release infrastructure on a branch.
branches:
- master
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
create-release:
name: create-release
Expand Down

0 comments on commit eac0702

Please sign in to comment.