Skip to content

Commit 64ae873

Browse files
authored
Merge pull request #36 from metno/34-double-build-on-pull-requests
Only one action run when doing a PR
2 parents c962ee1 + 9294cd5 commit 64ae873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches: ["**"]
5+
branches: ["main"]
66
pull_request:
77

88
jobs:

0 commit comments

Comments
 (0)