Skip to content

Commit

Permalink
Run web api CI on flake changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Aug 24, 2023
1 parent ff21284 commit 5b4079b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/web-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- '**/rust-toolchain.toml'
# Run on changed source files
- 'backend/rvoc-backend/src/**'
# Run on changed flake
- '/flake.nix'
- '/flake.lock'
branches:
- main
# We are creating this workflow on this branch, hence we enable it here.
Expand Down

0 comments on commit 5b4079b

Please sign in to comment.