We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c0acc commit 4e09f71Copy full SHA for 4e09f71
.github/workflows/run-docker-tests.yml
@@ -10,7 +10,10 @@ on:
10
#default: "ghcr.io/meta-introspector/o1js/o1js-perf-recording:5ce0221662cecbca9a3de05601af94a15b154a3bcf8bafcb0cfa1f5b9f407bdc"
11
default: "ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest"
12
push:
13
- branches: [ "feature/just_test" ]
+ branches:
14
+ # add your branch here to auto trigger on push
15
+ - "feature/just_test"
16
+ - "feature/rebase"
17
pull_request:
18
branches: [ "collect-perf" ]
19
jobs:
0 commit comments