Skip to content

Commit c2cffde

Browse files
authored
Fix ci after change in nightly (#79)
* Don't run CI twice in PR's * fix ci after change in nightly -Zgcc-ld=lld was stabilized in rust-lang/compiler-team#510 under a different name.
1 parent cc42534 commit c2cffde

File tree

4 files changed

+641
-302
lines changed

4 files changed

+641
-302
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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)