Skip to content

Commit

Permalink
CI WORKFLOW: tests
Browse files Browse the repository at this point in the history
* Tweak the push/pull_request events slightly by using paths
* Add trigger:workflow_dispatch
  • Loading branch information
jenisys committed May 26, 2023
1 parent 1a72d3d commit 4e984c7
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,26 @@

name: tests
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"

jobs:
test:
Expand Down

0 comments on commit 4e984c7

Please sign in to comment.