Skip to content

Commit

Permalink
Merge pull request #238 from deriv-com/shayan/86bzzz6p8/update-branch…
Browse files Browse the repository at this point in the history
…-name-to-master

ci: updated the target branch to master in workflows
  • Loading branch information
ali-hosseini-deriv authored Aug 15, 2024
2 parents 65be155 + 4bf333b commit 118d7ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- master
pull_request:
types: [opened, synchronize, edited]
name: Coveralls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_npm_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
release:
types: [published]
push:
branches: [main]
branches: [master]

permissions:
contents: read # for checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and test
on:
pull_request:
branches: [main]
branches: [master]

permissions:
contents: read # for checkout
Expand Down

0 comments on commit 118d7ab

Please sign in to comment.