Skip to content

Commit

Permalink
run release workflows on dev-a.b.c
Browse files Browse the repository at this point in the history
  • Loading branch information
joswig committed Jan 19, 2024
1 parent 709d855 commit 7f34c73
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- develop
- dev-[0-9]+.[0-9]+.[0-9]+
- "dev-[0-9]+.[0-9]+.[0-9]+"
push:
branches:
- develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pgcmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- "deployment/postgres-init-db/sql/**"
branches:
- develop
- dev-[0-9]+.[0-9]+.[0-9]+
- "dev-[0-9]+.[0-9]+.[0-9]+"
tags:
- v*
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- develop
- dev-[0-9]+.[0-9]+.[0-9]+
- "dev-[0-9]+.[0-9]+.[0-9]+"
tags:
- v*
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- develop
- dev-[0-9]+.[0-9]+.[0-9]+
- "dev-[0-9]+.[0-9]+.[0-9]+"
push:
branches:
- develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- develop
- dev-[0-9]+.[0-9]+.[0-9]+
- "dev-[0-9]+.[0-9]+.[0-9]+"
push:
branches:
- develop
Expand Down

0 comments on commit 7f34c73

Please sign in to comment.