Skip to content

Commit

Permalink
change(github): auto deploy only on develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david authored and tiberiuichim committed Mar 10, 2022
1 parent 19bd9a5 commit 11d6b4e
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 @@ -51,7 +51,7 @@ jobs:
github_token: ${{ secrets.PAT_TOKEN }}
owner: 'eea'
repo: 'volto-kitkat-frontend'
ref: 'develop-itml'
ref: 'develop'
workflow_file_name: node.js.yml
- name: Deploy Storybook changes
run: |
Expand Down

0 comments on commit 11d6b4e

Please sign in to comment.