Skip to content

Commit

Permalink
run build test on every PR so we can make it mandatory for merging
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltemann committed Aug 1, 2024
1 parent 2ba3351 commit 78088f9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@ concurrency:
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
paths:
- 'Gemfile.lock'
- '**/*.md'
- '**/*.html'
- '*.yml'
- '*.yaml'
- 'metadata/*'
- 'topics/*/images/*'
- '_plugins/*'
- '_plugins_dev/*'
- '**/*.bib'

jobs:
build-site:
Expand Down

0 comments on commit 78088f9

Please sign in to comment.