Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: only run build when changing files in config/modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Mar 4, 2024
1 parent 6e8640a commit 2890f86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
schedule:
- cron: "00 17 * * *" # build at 17:00 UTC every day
push:
paths-ignore:
- "**.md"

paths:
- config/**
- modules/**
pull_request:
workflow_dispatch:
jobs:
Expand Down

0 comments on commit 2890f86

Please sign in to comment.