Skip to content

Commit

Permalink
Add release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Jun 27, 2024
1 parent 8686213 commit f152747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crushftp-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: ["dev-source-*", "source/*", "dev-source/*"]
tags: ["source-*.*.*"]
pull_request:
branches: [main]
branches: ["main", "release/*"]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-crushftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CrushFTP Docker

on:
push:
branches: ["main", "dev-*", "dev/*"]
branches: ["main", "dev-*", "dev/*", "release/*"]
tags:
- "*.*.*"
- "!source*"
pull_request:
branches: [main]
branches: ["main", "release/*"]

jobs:
build:
Expand Down

0 comments on commit f152747

Please sign in to comment.