Skip to content

Commit 9d0a939

Browse files
run analysis
1 parent 9f66fa8 commit 9d0a939

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Build & Deploy Website
22

33
on:
4-
push:
5-
branches:
6-
- 'main'
7-
- 'analysis/**'
8-
- 'Fix_website'
4+
#push:
5+
# branches:
6+
# - 'main'
7+
# - 'analysis/**'
8+
# - 'Fix_website'
99
workflow_run:
1010
workflows: [Algorithm Analysis]
1111
branches:

0 commit comments

Comments
 (0)