Skip to content

Commit 483f48a

Browse files
authored
Update build.yml
Restrict push trigger to main and to tags, so that pull requests do not have two builds
1 parent 6fddaeb commit 483f48a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: build
22

33
on:
44
push:
5+
tags:
6+
- "*"
7+
branches:
8+
- "main"
59
pull_request:
610

711
jobs:

0 commit comments

Comments
 (0)