diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d57497..214ffd1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,8 @@ name: CI on: push: - tags-ignore: * # Don't build when a tag is created + branches: + - '**' # Ignores pushes of tags pull_request: workflow_dispatch: