Skip to content

Commit

Permalink
update branch for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Jul 23, 2023
1 parent 7fb0f9e commit c0b8b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: |
git add .
git commit --amend --no-edit
git push origin HEAD:master
git push origin HEAD:main
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

jobs:
build:
Expand Down

0 comments on commit c0b8b9e

Please sign in to comment.