Skip to content

Commit

Permalink
Merge pull request #47 from serokell/rvem/run-ci-on-pull-requests
Browse files Browse the repository at this point in the history
[Chore] Run CI on pull requests
  • Loading branch information
rvem authored Sep 3, 2024
2 parents 3f9dcf9 + 93a8b46 commit b700630
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
# SPDX-License-Identifier: MPL-2.0

name: nix flake check
on: push
on:
pull_request:
push:
branches: master

jobs:
check:
Expand Down

0 comments on commit b700630

Please sign in to comment.