diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index fb99e9c..88c2285 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -61,7 +61,7 @@ jobs: # automated update_lockfile: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main + #if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main steps: - name: Checkout repository uses: actions/checkout@v4