Skip to content

Commit 56e816c

Browse files
committed
fix: add all branches to also run on main branch
1 parent f5c0ee2 commit 56e816c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-and-tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: test & tag
22

33
on:
4-
pull_request:
54
push:
5+
branches:
6+
- "**"
67
tags-ignore:
78
- "v*"
89

0 commit comments

Comments
 (0)