Skip to content

Commit

Permalink
Use v2/master branch for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadMokhtar committed Apr 21, 2024
1 parent 3262550 commit 43ca81c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- main
- v2/master
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- main
- v2/master
pull_request:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semver-lable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Semantic Versioning Label
on:
push:
branches:
- master
- v2/master

jobs:
semver_tag_from_pr:
Expand Down

0 comments on commit 43ca81c

Please sign in to comment.