Skip to content

Commit

Permalink
Merge pull request #101 from Nuvindu/2201.7.x
Browse files Browse the repository at this point in the history
Change branch name `main` to `2201.7.x` in github workflow files
  • Loading branch information
dilanSachi authored Oct 3, 2023
2 parents fe12fa4 + 0924bba commit 3422d40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-timestamped-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- main
- 2201.7.x
paths-ignore:
- '*.md'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }}
run: |
gh release create v$VERSION --title "module-ballerina-soap-v$VERSION"
gh pr create --base main --title "[Automated] Sync main after $VERSION release" --body "Sync main after $VERSION release"
gh pr create --base 2201.7.x --title "[Automated] Sync 2201.7.x after $VERSION release" --body "Sync 2201.7.x after $VERSION release"
2 changes: 1 addition & 1 deletion .github/workflows/update_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- 2201.7.x
paths:
- 'docs/spec/**'

Expand Down

0 comments on commit 3422d40

Please sign in to comment.