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 d45a16f commit 3a58971Copy full SHA for 3a58971
.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,6 @@
1
name: Build & Deploy Website
2
3
on:
4
- push:
5
- branches:
- - 'main'
- - 'analysis/**'
- - 'Fix_website'
workflow_run:
workflows: [Algorithm Analysis]
0 commit comments