Skip to content

Commit

Permalink
workflow chane
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Jun 8, 2022
1 parent 9d57738 commit 7878ea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
tags:
- 'v*.*.*'
branches:
["release-4.9.0", "merged"]
["release-4.9.0", "release-4.10.0", "merged"]
pull_request:
branches:
["release-4.9.0", "merged"]
["release-4.9.0", "release-4.10.0", "merged"]

jobs:
build-deploy-github:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build on Push & Pull Request
on:
push:
branches:
["release-4.9.0", "merged"]
["release-4.9.0", "release-4.10.0", "merged"]
pull_request:
branches:
["release-4.9.0", "merged"]
["release-4.9.0", "release-4.10.0", "merged"]

jobs:
build:
Expand Down

0 comments on commit 7878ea9

Please sign in to comment.