Skip to content

Commit

Permalink
ci: run publish action after flake.lock update action
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Dec 29, 2024
1 parent 2129835 commit 8100abd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- master
workflow_run:
workflows: ["Update flake.lock ❄️"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8100abd

Please sign in to comment.