Skip to content

Commit

Permalink
support publishing v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Jul 3, 2024
1 parent 357edaf commit 0c67e99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 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

0 comments on commit 0c67e99

Please sign in to comment.