Skip to content

Commit c294ca0

Browse files
authored
Merge pull request #1 from patel-vansh/hotfix/git-workflows
Hotfix/git workflows
2 parents b3486a7 + 7871a82 commit c294ca0

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@ name: Test
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
paths:
8+
- 'src/**'
9+
- 'tests/**'
10+
- '.github/workflows/test.yml'
611
pull_request:
7-
branches: [main]
12+
branches:
13+
- main
14+
paths:
15+
- 'src/**'
16+
- 'tests/**'
17+
- '.github/workflows/test.yml'
818

919
jobs:
1020
test:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.3 (2025-11-10)
4+
### Changed
5+
- Changed the [test.yml](.github/workflows/test.yml) file to only trigger on src, tests and self changes.
6+
37
## 1.0.1 (2025-11-10)
48
### Added
59
- Added [CHANGELOG.md](CHANGELOG.md) file for better version maintainability.

0 commit comments

Comments
 (0)