Skip to content

Commit

Permalink
chore(github): build deployment only on develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Mar 9, 2022
1 parent 7e55ff2 commit bb455aa
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: Storybook & Docusaurus CI deployment

on:
push:
branches: [ develop-itml ]
branches: [ develop ]
paths:
- src/**
- theme/**
Expand Down

0 comments on commit bb455aa

Please sign in to comment.