Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-ivanovvv authored Nov 12, 2023
1 parent 98969b8 commit 6e6cbd5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
create-pull-request:
runs-on: ubuntu-latest
steps:
- name: create pull request
run: bun dev

0 comments on commit 6e6cbd5

Please sign in to comment.