Skip to content

Commit

Permalink
Run workflow on master branch as well
Browse files Browse the repository at this point in the history
  • Loading branch information
techxplorer committed Aug 25, 2024
1 parent 104e803 commit 3eee8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Node.js CI

on:
push:
branches: [ "development" ]
branches: [ "development", "master" ]
pull_request:
branches: [ "development" ]

Expand Down

0 comments on commit 3eee8c8

Please sign in to comment.