Skip to content

Commit

Permalink
ci: Fixes env test to only execute on env changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Feb 22, 2024
1 parent c991cda commit 8cb235d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/env_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Environment Test

on: [push, workflow_dispatch]
on:
push:
paths:
- poetry.lock
- pyproject.toml
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 8cb235d

Please sign in to comment.