Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/build.yml
  • Loading branch information
JvstvsHD committed Oct 3, 2024
2 parents f685569 + 59d34e1 commit b582928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:
release:
types: [created]
push:
branches: ["**", "!dependency-updates"]
branches-ignore:
- 'renovate/**'
- 'dependency-updates'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"baseBranches": [
"dependency-updates"
"dev"
],
"dependencyDashboard": true,
"labels": [
Expand Down

0 comments on commit b582928

Please sign in to comment.