Skip to content

Commit c6b886a

Browse files
committed
Changes CI build to only handle branches, not tag pushes
1 parent 5dc9511 commit c6b886a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: build
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- "**"
6+
pull_request:
7+
branches:
8+
- "**"
39

410
env:
511
DOTNETVERSION: "5.0.x"

0 commit comments

Comments
 (0)