Skip to content

Commit

Permalink
Merge pull request #60 from coreruleset/update-readme
Browse files Browse the repository at this point in the history
chore: update readme to point to docs
  • Loading branch information
theseion authored Nov 20, 2022
2 parents 43b0c4f + fbe2e37 commit 4853c80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main, develop ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main, develop ]
branches: [ main ]
schedule:
- cron: '33 8 * * 4'

Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
# Currently, there doesn't appear to be a simple solution for
# having required checks with ignored paths (the checks will
# never run and so PRs cannot be merged).
# paths-ignore:
# - "**/*.md"
# - "LICENSE"
pull_request:
paths-ignore:
- "**/*.md"
- "LICENSE"
# paths-ignore:
# - "**/*.md"
# - "LICENSE"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# crs-toolchain

Based on experiment in Python with rassemble-go backend: https://github.com/theseion/coreruleset/tree/rassemble-backend
The CRS developer's utility belt. The documentation lives at [coreruleset.org](https://coreruleset.org/docs/development/crs_toolchain/).

0 comments on commit 4853c80

Please sign in to comment.