Skip to content

Commit

Permalink
Update CI to resolve a breaking change in nightly (#25)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Erk- authored Jun 15, 2024
1 parent f9b9a94 commit 349225a
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 230 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
branches:
- trunk

jobs:
check:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
branches:
- trunk

jobs:
build-images:
Expand Down
Loading

0 comments on commit 349225a

Please sign in to comment.