We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f66fa8 commit 9d0a939Copy full SHA for 9d0a939
.github/workflows/analysis.yml
@@ -6,7 +6,7 @@ on:
6
branches:
7
- 'main'
8
- 'analysis/**'
9
- #- 'Fix_website'
+ - 'Fix_website'
10
jobs:
11
algorithms:
12
runs-on: ubuntu-latest
.github/workflows/website.yml
@@ -1,11 +1,11 @@
1
name: Build & Deploy Website
2
3
on:
4
- push:
5
- branches:
- - 'main'
- - 'analysis/**'
- - 'Fix_website'
+ #push:
+ # branches:
+ # - 'main'
+ # - 'analysis/**'
+ # - 'Fix_website'
workflow_run:
workflows: [Algorithm Analysis]
0 commit comments