Skip to content

Commit 349225a

Browse files
authored
Update CI to resolve a breaking change in nightly (#25)
* don't run pr's twice in the main repo * Update CI to resolve a breaking change in nightly This pr is the same as twilight-rs/http-proxy#79 Closes #23
1 parent f9b9a94 commit 349225a

File tree

4 files changed

+370
-230
lines changed

4 files changed

+370
-230
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)