Skip to content

Commit 1199981

Browse files
committed
Fix analysis workflow
1 parent 44b4c23 commit 1199981

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/analysis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Unit tests
1+
name: Algorithm Analysis
22

3-
on: push
4-
branches:
5-
- main
6-
- analysis/workflow
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- analysis/workflow
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)