Skip to content

Commit

Permalink
ci: fix dependabot branches and create packages in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
artegoser committed Feb 27, 2024
1 parent 8af9f32 commit 4ebd93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ version: 2
updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
target-branch: 'main'
target-branch: 'dev'
schedule:
interval: 'weekly'
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- dev
release:
types:
- published
Expand Down

0 comments on commit 4ebd93a

Please sign in to comment.