Skip to content

Commit 92260db

Browse files
committed
Run the workflows when they are themselves modified.
Update the trigger conditions of the GitHub workflows so that they are run when the workflow files themselves are modified.
1 parent c09a572 commit 92260db

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/code-quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- 'src/**'
88
- 'tests/**'
99
- 'pyproject.toml'
10+
- '.github/workflows/code-quality.yml'
1011
pull_request:
1112
branches: [ main ]
1213
paths:
1314
- 'src/**'
1415
- 'tests/**'
1516
- 'pyproject.toml'
17+
- '.github/workflows/code-quality.yml'
1618
workflow_dispatch:
1719

1820
jobs:

.github/workflows/seed-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- 'src/**'
88
- 'tests/**'
99
- 'pyproject.toml'
10+
- '.github/workflows/seed-tests.yml'
1011
pull_request:
1112
branches: [ main ]
1213
paths:
1314
- 'src/**'
1415
- 'tests/**'
1516
- 'pyproject.toml'
17+
- '.github/workflows/seed-tests.yml'
1618
workflow_dispatch:
1719

1820
jobs:

0 commit comments

Comments
 (0)