Skip to content

Commit

Permalink
ci: Revert bad branch exclusion -- doesn't work as I thought it would (
Browse files Browse the repository at this point in the history
…#4099)

Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz authored Dec 31, 2023
1 parent 45388f5 commit 934eabc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ name: CI

on:
push:
# Skip full CI on any experimental branch containing "analysisonly" or
# "sonaronly"
branches:
- '!*analysisonly'
- '!*sonaronly*'
# Skip jobs when only documentation files are changed
paths-ignore:
- '**.md'
Expand Down

0 comments on commit 934eabc

Please sign in to comment.