Skip to content

Commit

Permalink
update exclusion list in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fariss committed Aug 9, 2024
1 parent 65736b5 commit e982b0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
name: CI

# tests.yml workflow will run for all changes except:
# 1. any file or directory under web/explorer/
# 2. any Markdown (.md) file anywhere in the repository
# any file or directory under web/ or doc/
# any Markdown (.md) file anywhere in the repository

on:
push:
branches: [ master ]
paths-ignore:
- 'web/explorer/**'
- 'web/**'
- 'doc/**'
- '**.md'
pull_request:
branches: [ master ]
paths-ignore:
- 'web/explorer/**'
- 'web/**'
- 'doc/**'
- '**.md'

permissions: read-all
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
### Development
- CI: use macos-12 since macos-11 is deprecated and will be removed on June 28th, 2024 #2173 @mr-tz
- CI: update Binary Ninja version to 4.1 and use Python 3.9 to test it #2211 @xusheng6
- CI: update tests.yml workflow to exclude web/explorer and Markdown files #2263 @s-ff
- CI: update tests.yml workflow to exclude web and documentation files #2263 @s-ff

### Raw diffs
- [capa v7.1.0...master](https://github.com/mandiant/capa/compare/v7.1.0...master)
Expand Down

0 comments on commit e982b0d

Please sign in to comment.