Skip to content

Commit 2052645

Browse files
authored
Only build main branches on push
1 parent 74a8288 commit 2052645

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: main
33
on:
44
push:
55
branches:
6-
- "*"
6+
- main
7+
- test-me-*
78
tags:
89
- "*"
910

0 commit comments

Comments
 (0)