Skip to content

Commit fdc5d0e

Browse files
committed
mod: update workflow to include all dev branches.
1 parent 9e4b646 commit fdc5d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Python package using Pip
44

55
on:
66
push:
7-
branches: [ main, dev ]
7+
branches: [ main, dev** ]
88
pull_request:
9-
branches: [ main, dev ]
9+
branches: [ main, dev** ]
1010

1111
env:
1212
CACHE_NUMBER: 0 # increase to reset cache manually

0 commit comments

Comments
 (0)