Skip to content

Commit

Permalink
gha: ignore tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Oct 31, 2023
1 parent e659fb7 commit 00cec87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 00cec87

Please sign in to comment.