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 b08610a commit c97dcfaCopy full SHA for c97dcfa
.github/workflows/pull_request.yml
@@ -4,6 +4,7 @@ on:
4
pull_request:
5
branches:
6
- main
7
+ - release/*
8
9
jobs:
10
runBenchmark:
.github/workflows/rust.yml
@@ -4,9 +4,11 @@ on:
push:
11
12
merge_group:
13
types: [checks_requested]
14
.github/workflows/webassembly.yml
@@ -2,9 +2,11 @@ on:
2
3
0 commit comments