Skip to content

Commit

Permalink
build: build on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Feb 20, 2024
1 parent 12f7e25 commit 4218065
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- "docs/**"
- Makefile
- README.md
pull_request:
branches: [main]
paths-ignore:
- "docs/**"
- Makefile
- README.md
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 4218065

Please sign in to comment.