Skip to content

Commit 9110f71

Browse files
committed
Update workflow triggers
1 parent 2134aec commit 9110f71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ on:
1111
branches:
1212
- github-actions
1313
# - master
14+
# Only run the workflow if changes are made in these directories.
15+
paths:
16+
- 'pygad/**'
17+
- 'tests/**'
18+
- 'examples/**'
1419
# Allows manual triggering of the workflow from the GitHub Actions tab.
1520
workflow_dispatch:
1621

0 commit comments

Comments
 (0)