Skip to content

Commit 3f55496

Browse files
blackheavenTristanCacqueray
authored andcommitted
fix(ci): pick the correct branch for website generation
1 parent 01a51de commit 3f55496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
is-artifact: true
3232
generate-website:
3333
name: Generate advisories website
34-
if: ${{ github.ref == 'refs/heads/dev' }}
34+
if: ${{ github.ref == 'refs/heads/main' }}
3535
needs: check-advisories
3636
runs-on: ubuntu-22.04
3737
steps:

0 commit comments

Comments
 (0)