Skip to content

Commit

Permalink
CI: Add an exclusion rule for MD files to the test workflow
Browse files Browse the repository at this point in the history
No need to test the action if it hasn't actually changed.
  • Loading branch information
rdw-software committed May 29, 2023
1 parent e400f5d commit 72b75eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ name: Test evo-setup-action
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [ main ]
paths-ignore:
- '**.md'

jobs:
gha-test:
Expand Down

0 comments on commit 72b75eb

Please sign in to comment.