Skip to content

Commit cd12ce8

Browse files
committed
removing main check
1 parent ae1cdd3 commit cd12ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_website_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Publish Website to GitHub Pages if built successfully
5252
deploy:
5353
needs: build
54-
if: github.ref == 'refs/heads/main'
54+
# if: github.ref == 'refs/heads/main'
5555
runs-on: ubuntu-latest
5656
environment:
5757
name: github-pages

0 commit comments

Comments
 (0)