Remove invalid if

This commit is contained in:
Toby Jaffey 2025-12-14 13:07:58 +00:00
parent 056c7b608f
commit 1ec79c079d

View file

@ -20,7 +20,6 @@ jobs:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
environment: environment:
if: github.ref == 'refs/heads/main'
name: github-pages name: github-pages
url: ${{ steps.deployment.outputs.page_url }} url: ${{ steps.deployment.outputs.page_url }}
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}