Skip to content

Commit

Permalink
trigger CI on tag so release fires
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hamilton committed May 21, 2020
1 parent 0d0f240 commit 597dbec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kubectl-tap.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: kubectl-tap
on:
push:
# trigger on push to master
branches: [master]
# and on semver tag
tags:
- v*.*.*

jobs:
build:
Expand Down

0 comments on commit 597dbec

Please sign in to comment.