Skip to content

Commit

Permalink
Test workflows on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
carolabadeer committed Jul 12, 2023
1 parent c24476b commit ab6a980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js SDK Continuous Build

on:
push:
branches: [master]
branches: [master, fix-semver-dependency]
pull_request:
branches: [master]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Node.js Continuous Integration Smoke Test

on:
push:
branches: [fix-semver-dependency]
pull_request:
branches: [master]

Expand Down

0 comments on commit ab6a980

Please sign in to comment.