Skip to content

Commit

Permalink
CI: Tweak conditions to run workflows
Browse files Browse the repository at this point in the history
* ADDED: .github workflow files
  • Loading branch information
jenisys committed Oct 7, 2023
1 parent 3f099ad commit 16ef6e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests-windows.yml
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches: [ "main", "release/**" ]
paths:
- ".github/**/*.yml"
- "**/*.py"
- "**/*.feature"
- "py.requirements/**"
Expand All @@ -18,6 +19,7 @@ on:
types: [opened, reopened, review_requested]
branches: [ "main" ]
paths:
- ".github/**/*.yml"
- "**/*.py"
- "**/*.feature"
- "py.requirements/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches: [ "main", "release/**" ]
paths:
- ".github/**/*.yml"
- "**/*.py"
- "**/*.feature"
- "py.requirements/**"
Expand All @@ -18,6 +19,7 @@ on:
types: [opened, reopened, review_requested]
branches: [ "main" ]
paths:
- ".github/**/*.yml"
- "**/*.py"
- "**/*.feature"
- "py.requirements/**"
Expand Down

0 comments on commit 16ef6e4

Please sign in to comment.