We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccafe6 commit 23ef248Copy full SHA for 23ef248
.github/workflows/ci.yml
@@ -1,8 +1,7 @@
1
on:
2
push:
3
- branches: [ master ]
+ branches: [ staging, trying, master ]
4
pull_request:
5
6
7
name: Continuous integration
8
.github/workflows/clippy.yml
@@ -1,4 +1,7 @@
-on: [push, pull_request]
+on:
+ push:
+ pull_request:
name: Clippy check
jobs:
.github/workflows/rustfmt.yml
name: Code formatting check
0 commit comments