Skip to content

Commit f64bac3

Browse files
committed
fix ref
1 parent 42b3d31 commit f64bac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_website_spectrogram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Publish Website to GitHub Pages if built successfully
5959
deploy:
6060
needs: build
61-
if: github.ref == 'refs/heads/spectrogram_website'
61+
if: github.ref == 'refs/heads/main'
6262
runs-on: ubuntu-latest
6363
environment:
6464
name: github-pages

0 commit comments

Comments
 (0)