Skip to content

Commit

Permalink
allow publishing for v2.0.0 branch (#873)
Browse files Browse the repository at this point in the history
* allow publishing for v2.0.0 branch

* add v2.0.0 to release
  • Loading branch information
sserrata authored Jul 3, 2024
1 parent 5f6e43a commit 184a962
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CodeQL"

on:
push:
branches: [main, v3.0.0]
branches: [main, v3.0.0, v2.0.0]

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Deploy Preview"

on:
pull_request_target:
branches: [main, v3.0.0]
branches: [main, v3.0.0, v2.0.0]

jobs:
precheck:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-title-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- v3.0.0
- v2.0.0
types:
- opened
- synchronize
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v2.0.0

env:
FORCE_COLOR: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main, v3.0.0]
branches: [main, v3.0.0, v2.0.0]

env:
FORCE_COLOR: true
Expand Down

0 comments on commit 184a962

Please sign in to comment.