Skip to content

Commit

Permalink
Ignore docs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Mar 9, 2024
1 parent 0c45812 commit 32fa828
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: Build
on: [push, pull_request]
on:
push:
paths-ignore:
- '*.adoc'
- docs/**
pull_request:
paths-ignore:
- '*.adoc'
- docs/**

jobs:
check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 32fa828

Please sign in to comment.