Skip to content

Commit 2e065cb

Browse files
committed
ci: prevent multipied build workflow
1 parent 6de4da2 commit 2e065cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Build
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
branches-ignore:
6+
- pr/*
7+
pull_request:
68

79
permissions:
810
contents: read

0 commit comments

Comments
 (0)