Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
add dev workflow
  • Loading branch information
reserve85 authored Aug 26, 2024
1 parent f7a32c5 commit dab1d9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
push:
branches:
- "main"
- "dev"
create:
tags:
- "*"
pull_request:
branches:
- "main"
- "dev"

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -145,4 +147,4 @@ jobs:
pip install pyflakes
- name: Run pyflakes
run: |
pyflakes ./*.py
pyflakes ./*.py

0 comments on commit dab1d9b

Please sign in to comment.