Skip to content

Commit

Permalink
another attempt to automate things
Browse files Browse the repository at this point in the history
  • Loading branch information
fbegyn committed Mar 12, 2024
1 parent c995b6a commit ee7071a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake-lock-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
update:
runs-on: ubuntu-latest
if: github.ref == "refs/head/main"
if: github.ref == 'refs/head/main'
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit ee7071a

Please sign in to comment.