Skip to content

Commit

Permalink
ci: Trigger on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Sep 19, 2024
1 parent fc6a52a commit 869fb7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test
on:
pull_request:
paths:
- '**/*.nix'
push:
branches:
- master
paths:
- '**/*.nix'
workflow_dispatch:
Expand Down

0 comments on commit 869fb7b

Please sign in to comment.