Skip to content

Commit

Permalink
Merge pull request #2340 from sanzoghenzo/fix-workflow
Browse files Browse the repository at this point in the history
Fix workflow
  • Loading branch information
sanzoghenzo authored Aug 14, 2024
2 parents 301af8d + 78e90c0 commit 484b194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ updates:
# Check for npm updates on Sundays
day: "sunday"
# Raise pull requests for version updates
# to pip against the `develop-4` branch
target-branch: "develop-4"
# to pip against the `develop` branch
target-branch: "develop"
- package-ecosystem: "gomod"
# directory required https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#vendor
directory: "/"
target-branch: "develop-4"
target-branch: "develop"
schedule:
interval: "monthly"
# Set update schedule for GitHub Actions
Expand All @@ -21,4 +21,4 @@ updates:
schedule:
# Check for updates to GitHub Actions every week
interval: "monthly"
target-branch: "develop-4"
target-branch: "develop"
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ on:
# when PRs from forked repos are merged
push:
branches:
- develop-4
- develop
paths:
paths:
- 'bin/**'
- 'dev/**'
- 'extensions/**'
Expand Down

0 comments on commit 484b194

Please sign in to comment.