Skip to content

Commit

Permalink
sdk-v4: run Action for pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
xr0master committed Jan 28, 2024
1 parent a94a8bd commit b4d8213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches: [ master, sdk-v4 ]
pull_request:
branches: [ master ]
branches: [ master, sdk-v4 ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ The local parameter will have higher priority than the global one.
| --------- | ------ | ------------------------------------------------- |
| publicKey | String | The public key is required to invoke the command. |

**Global**

```js
import emailjs from '@emailjs/browser';

Expand All @@ -127,6 +129,8 @@ emailjs.init({
});
```

**Local**

```js
import emailjs from '@emailjs/browser';

Expand Down

0 comments on commit b4d8213

Please sign in to comment.