Skip to content

Commit

Permalink
Merge pull request #2 from joemiller/gha-fix-workflow-trigger
Browse files Browse the repository at this point in the history
gha: run on all but tag pushes
  • Loading branch information
joemiller committed Oct 31, 2023
2 parents 495de8f + 39d3c05 commit 9798c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags-ignore:
- '*'
branches:
- '**'

# TODO: break this up into separate workflows for a more idiomatic GHA setup. anything that is doing "if branch" is a candidate

Expand Down

0 comments on commit 9798c14

Please sign in to comment.