Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Mar 12, 2024
1 parent fb7785a commit b5ef607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- 'website/src/**'
- '!bazel/**'
- '!src/wrappers/**'
- '!.github/workflows/**`
- '!.github/workflows/**'
- '.github/workflows/ci_workflow.yml'
pull_request:
paths:
Expand All @@ -31,7 +31,7 @@ on:
- '!website/**'
- 'website/src/**'
- '!bazel/**'
- '!.github/workflows/**`
- '!.github/workflows/**'
- '.github/workflows/ci_workflow.yml'

permissions:
Expand Down

0 comments on commit b5ef607

Please sign in to comment.