Skip to content

Commit

Permalink
chore(git): only run evolve when src code changes
Browse files Browse the repository at this point in the history
This avoids unnecesary updates
  • Loading branch information
dtfiedler committed Aug 29, 2024
1 parent 1310e84 commit 683901c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build / Test / Evolve

on: [push, workflow_dispatch]
on:
workflow_dispatch:
push:
paths:
- src/**/*

jobs:
integration:
Expand Down

0 comments on commit 683901c

Please sign in to comment.