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 a305775
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,43 @@

name: tests
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- "behave/**"
- "behave4cmd0/**"
- "examples/**"
- "features/**"
- "*.features/**"
- "py.requirements/**"
- "tests/**"
- "tools/**"
- "setup*.py"
- "MANIFEST.in"
- "*.cfg"
- "*.ini"
- "*.toml"
- "README.rst"
- "VERSION.txt"
pull_request:
branches: [ main ]
paths:
- "behave/**"
- "behave4cmd0/**"
- "examples/**"
- "features/**"
- "*.features/**"
- "py.requirements/**"
- "tests/**"
- "tools/**"
- "setup*.py"
- "MANIFEST.in"
- "*.cfg"
- "*.ini"
- "*.toml"
- "README.rst"
- "VERSION.txt"

jobs:
test:
Expand Down

0 comments on commit a305775

Please sign in to comment.