Skip to content

Commit

Permalink
Merge pull request #4 from edoardottt/devel
Browse files Browse the repository at this point in the history
update actions with devel branch
  • Loading branch information
edoardottt authored Dec 14, 2023
2 parents cf921a2 + 4979bcf commit 1379e98
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
target-branch: "devel"
commit-message:
prefix: "chore"
include: "scope"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches: [ "main", "devel" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "devel" ]
schedule:
- cron: '29 19 * * 3'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Go

on:
push:
branches: [ "main" ]
branches: [ "main", "devel" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "devel" ]

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- v*
branches:
- main
- devel
pull_request:
permissions:
contents: read
Expand Down

0 comments on commit 1379e98

Please sign in to comment.