Skip to content

Commit

Permalink
[ fix ] force rebuilds if ci file changed
Browse files Browse the repository at this point in the history
  • Loading branch information
gallais committed Oct 17, 2023
1 parent c736f63 commit c382abb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
filters: |
haskell-changed:
- '*.hs'
- '.github/workflows/generate-website.yml'
- name: Install cabal and GHC
if: github.event_name != 'schedule' && steps.changes.outputs.haskell-changed == 'true'
Expand Down

0 comments on commit c382abb

Please sign in to comment.