Skip to content

Commit

Permalink
chore(dev test)
Browse files Browse the repository at this point in the history
all branches except main
  • Loading branch information
nicolasK committed Jul 4, 2024
1 parent f59bd23 commit e3e20fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: pytest-dev
on:
push:
branches:
- dev
- '**' # matches every branch
- '!master' # excludes master
jobs:
pytest-dev:
name: pytest-dev
Expand Down

0 comments on commit e3e20fd

Please sign in to comment.