Skip to content

Commit 35e2f36

Browse files
authored
Merge pull request #370 from twitch-rs/merge_queue
f bors
2 parents 3e51184 + 8bf8e5b commit 35e2f36

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.github/bors.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/audit.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Audit
22

33
on:
4-
push:
54
pull_request:
6-
paths:
7-
- "**/Cargo.toml"
8-
- "**/Cargo.lock"
5+
types: [opened, reopened, synchronize]
6+
push:
7+
branches: [main]
98
schedule:
109
- cron: "0 0 * * *"
10+
merge_group:
11+
types: [checks_requested]
1112

1213
jobs:
1314
audit:

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
pull_request:
66
types: [opened, reopened, synchronize]
77
push:
8-
branches: [main, staging, trying]
8+
branches: [main]
9+
merge_group:
10+
types: [checks_requested]
911
jobs:
1012
ci:
1113
name: CI

0 commit comments

Comments
 (0)