Skip to content

Commit

Permalink
Run Nix CI when updating Gemfile
Browse files Browse the repository at this point in the history
To prevent as #419
  • Loading branch information
kachick committed Sep 4, 2023
1 parent 6a14d37 commit 5100e7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- '.github/workflows/ci-nix.yml'
- '**.nix'
- 'flake.*'
- 'Gemfile*'
pull_request:
paths:
- '.github/workflows/ci-nix.yml'
- '**.nix'
- 'flake.*'
- 'Gemfile*'
schedule:
# Every 10:42 JST
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
Expand Down

0 comments on commit 5100e7f

Please sign in to comment.