You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use PR instead of direct push for Nix version update (#71)
The update-nix job was pushing directly to master, which is blocked
by branch protection rules. Replace the direct push with a workflow
that creates a dedicated branch and opens a Pull Request.
Closes#63
0 commit comments