Skip to content

Commit

Permalink
only build on main branch and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Apr 21, 2022
1 parent 260cc4b commit b487475
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Release Charts

on:
push:
branches:
- main
tags:
- "*"
pull_request:
branches:
- main
Expand Down

0 comments on commit b487475

Please sign in to comment.