Skip to content

Commit 4e09f71

Browse files
author
mike dupont
committed
add branch to list
1 parent d4c0acc commit 4e09f71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-docker-tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ on:
1010
#default: "ghcr.io/meta-introspector/o1js/o1js-perf-recording:5ce0221662cecbca9a3de05601af94a15b154a3bcf8bafcb0cfa1f5b9f407bdc"
1111
default: "ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest"
1212
push:
13-
branches: [ "feature/just_test" ]
13+
branches:
14+
# add your branch here to auto trigger on push
15+
- "feature/just_test"
16+
- "feature/rebase"
1417
pull_request:
1518
branches: [ "collect-perf" ]
1619
jobs:

0 commit comments

Comments
 (0)