Skip to content

Commit d45a16f

Browse files
fix report summary
1 parent 499933d commit d45a16f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- 'main'
88
- 'analysis/**'
9-
- 'Fix_website'
9+
#- 'Fix_website'
1010
jobs:
1111
algorithms:
1212
runs-on: ubuntu-latest

.github/workflows/website.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build & Deploy Website
22

33
on:
4+
push:
5+
branches:
6+
- 'main'
7+
- 'analysis/**'
8+
- 'Fix_website'
49
workflow_run:
510
workflows: [Algorithm Analysis]
611
branches:

0 commit comments

Comments
 (0)