diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a22e3c1..0570136 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,5 +1,8 @@ name: main -on: [push] +on: + push: + tags-ignore: + - '*' # TODO: break this up into separate workflows for a more idiomatic GHA setup. anything that is doing "if branch" is a candidate