Skip to content

Commit

Permalink
Release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bww committed Feb 12, 2021
1 parent 4884a1d commit 6c5ecd0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Release

on: [push]
# on:
# push:
# tags: # Sequence of patterns matched against refs/tags
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
on:
push:
tags: # Sequence of patterns matched against refs/tags
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build:
Expand Down

0 comments on commit 6c5ecd0

Please sign in to comment.