Skip to content

Commit

Permalink
automation: no bootstrap for README.md and similar files
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Apr 29, 2024
1 parent 2a1b646 commit 4b8c7cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Bootstrap

on:
push:
paths-ignore:
- 'documentation/**'
paths-ignore: ['documentation/**', '**.rst', '**.md']
pull_request:
paths-ignore:
- 'documentation/**'
paths-ignore: ['documentation/**', '**.rst', '**.md']

jobs:
build:
Expand Down

0 comments on commit 4b8c7cc

Please sign in to comment.