Skip to content

Commit 2c50087

Browse files
committed
don't run pr's twice in the main repo
1 parent f9b9a94 commit 2c50087

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
pull_request:
66
push:
7+
branches:
8+
- trunk
79

810
jobs:
911
check:

.github/workflows/docker.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
pull_request:
66
push:
7+
branches:
8+
- trunk
79

810
jobs:
911
build-images:

0 commit comments

Comments
 (0)