Skip to content

Commit

Permalink
Simplify the ignore rules for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 18, 2020
1 parent 5d6cf1f commit 0ba73ea
Showing 1 changed file with 14 additions and 26 deletions.
40 changes: 14 additions & 26 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,27 @@ on:
branches-ignore:
- 'dependabot/**'
paths-ignore:
- '.gitignore'
- '.dockerignore'
- '*.md'
- '*.adoc'
- '*.txt'
- 'docs/src/main/asciidoc/**'
- 'README.md'
- 'CONTRIBUTING.md'
- 'ADOPTERS.md'
- 'TROUBLESHOOTING.md'
- 'SECURITY.md'
- 'MAINTAINERS.adoc'
- 'DECISIONS.adoc'
- 'LICENSE.txt'
- 'dco.txt'
- '.github/ISSUE_TEMPLATE/**'
- '.github/autoissuelabeler.yml'
- '.github/boring-cyborg.yml'
- '.github/NativeBuildReport.java'
- '.github/dependabot.yml'
- '.github/*.yml'
- '.github/*.java'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- '.gitignore'
- '.dockerignore'
- '*.md'
- '*.adoc'
- '*.txt'
- 'docs/src/main/asciidoc/**'
- 'README.md'
- 'CONTRIBUTING.md'
- 'ADOPTERS.md'
- 'TROUBLESHOOTING.md'
- 'SECURITY.md'
- 'DECISIONS.adoc'
- 'MAINTAINERS.adoc'
- 'LICENSE.txt'
- 'dco.txt'
- '.github/ISSUE_TEMPLATE/**'
- '.github/autoissuelabeler.yml'
- '.github/boring-cyborg.yml'
- '.github/NativeBuildReport.java'
- '.github/dependabot.yml'
- '.github/*.yml'
- '.github/*.java'

env:
# Workaround testsuite locale issue
Expand Down

0 comments on commit 0ba73ea

Please sign in to comment.