Skip to content

Commit

Permalink
Not run CI build if non buildable file has been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mortinger91 committed Oct 24, 2023
1 parent dcd60fe commit 247446c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Build and test all platforms
on:
push:
paths-ignore:
- '**.md'
- .clang-format
- .dockerignore
- .gitignore
- docker-compose.yml
- Dockerfile
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 247446c

Please sign in to comment.