Skip to content

Commit

Permalink
Merge pull request #17 from amir-deriv/main
Browse files Browse the repository at this point in the history
chore: update workflow branches
  • Loading branch information
amir-deriv authored Apr 29, 2024
2 parents c7966d6 + 4e7084a commit 2c8481e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: [master]
branches: [main]

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: [master]
branches: [main]

permissions:
contents: read # for checkout
Expand Down

0 comments on commit 2c8481e

Please sign in to comment.