Skip to content

Commit

Permalink
run release workflows on dev-a.b.c (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
joswig committed Jan 19, 2024
1 parent bc99d63 commit eacb3ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
push:
branches:
- develop
- dev-[0-9]+.[0-9]+.[0-9]+
tags:
- v*
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
pull_request:
branches:
- develop
- dev-[0-9]+.[0-9]+.[0-9]+
push:
branches:
- develop
tags:
- v*
workflow_dispatch:

jobs:
analyze:
Expand Down

0 comments on commit eacb3ca

Please sign in to comment.