Skip to content

Commit dab1d9b

Browse files
authored
Update ci.yml
add dev workflow
1 parent f7a32c5 commit dab1d9b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
push:
55
branches:
66
- "main"
7+
- "dev"
78
create:
89
tags:
910
- "*"
1011
pull_request:
1112
branches:
1213
- "main"
14+
- "dev"
1315

1416
env:
1517
REGISTRY: ghcr.io
@@ -145,4 +147,4 @@ jobs:
145147
pip install pyflakes
146148
- name: Run pyflakes
147149
run: |
148-
pyflakes ./*.py
150+
pyflakes ./*.py

0 commit comments

Comments
 (0)