Skip to content

Commit

Permalink
Merge fe8a8d2 into 3147dbc
Browse files Browse the repository at this point in the history
  • Loading branch information
mbland committed Nov 26, 2023
2 parents 3147dbc + fe8a8d2 commit 7ff833b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Run Tests
on:
push:
branches: [ "main" ]
paths-ignore: [ ".*", "**/.*", "**.md", "**.txt" ]
paths-ignore: [ "**.md", "**.txt" ]
pull_request:
branches: [ "main" ]
paths-ignore: [ ".*", "**/.*", "**.md", "**.txt" ]
paths-ignore: [ "**.md", "**.txt" ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7ff833b

Please sign in to comment.