Skip to content

Commit ddc971a

Browse files
add branches wildcard to fix issue around having tags denied disallowing the workflow to execute on pushes
1 parent 68de3b0 commit ddc971a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Tests
22
on:
33
push:
4+
branches:
5+
- '**'
46
# Tag pushes (v*) are handled by publish.yml, which runs the same matrix
57
# before publishing — skip here to avoid running the suite twice.
68
tags-ignore:

0 commit comments

Comments
 (0)