We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3486a7 + 7871a82 commit c294ca0Copy full SHA for c294ca0
.github/workflows/test.yml
@@ -2,9 +2,19 @@ name: Test
2
3
on:
4
push:
5
- branches: [main]
+ branches:
6
+ - main
7
+ paths:
8
+ - 'src/**'
9
+ - 'tests/**'
10
+ - '.github/workflows/test.yml'
11
pull_request:
12
13
14
15
16
17
18
19
jobs:
20
test:
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
+## 1.0.3 (2025-11-10)
+### Changed
+- Changed the [test.yml](.github/workflows/test.yml) file to only trigger on src, tests and self changes.
+
## 1.0.1 (2025-11-10)
### Added
- Added [CHANGELOG.md](CHANGELOG.md) file for better version maintainability.
0 commit comments