Skip to content

Commit

Permalink
CI WORKFLOW: tests-windows
Browse files Browse the repository at this point in the history
* Add path filter to push/pull_request events
* Add workflow_dispatch_event
  • Loading branch information
jenisys committed May 26, 2023
1 parent 4e984c7 commit 5a397ba
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,27 @@

name: tests-windows
on:
workflow_dispatch:
push:
branches: [ "main", "release/**" ]
paths:
- "**/*.py"
- "**/*.feature"
- "py.requirements/**"
- "*.cfg"
- "*.ini"
- "*.toml"
pull_request:
branches: [ main ]
types: [opened, reopened, review_requested]
branches: [ "main" ]
paths:
- "**/*.py"
- "**/*.feature"
- "py.requirements/**"
- "*.cfg"
- "*.ini"
- "*.toml"


# -- TEST BALLOON: Fix encoding="cp1252" problems by using "UTF-8"
env:
Expand Down

0 comments on commit 5a397ba

Please sign in to comment.