Skip to content

Commit

Permalink
build: do not trigger build without code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Dec 16, 2021
1 parent 4d6d5e4 commit 374927d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: build
on:
push:
branches: [main]
paths:
- src/**
- test/**
- Makefile
pull_request:
branches: [main]
workflow_dispatch:
Expand Down

0 comments on commit 374927d

Please sign in to comment.