Skip to content

Commit 1379e98

Browse files
authored
Merge pull request #4 from edoardottt/devel
update actions with devel branch
2 parents cf921a2 + 4979bcf commit 1379e98

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "weekly"
9-
target-branch: "main"
9+
target-branch: "devel"
1010
commit-message:
1111
prefix: "chore"
1212
include: "scope"

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "main" ]
16+
branches: [ "main", "devel" ]
1717
pull_request:
18-
branches: [ "main" ]
18+
branches: [ "main", "devel" ]
1919
schedule:
2020
- cron: '29 19 * * 3'
2121

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Go
55

66
on:
77
push:
8-
branches: [ "main" ]
8+
branches: [ "main", "devel" ]
99
pull_request:
10-
branches: [ "main" ]
10+
branches: [ "main", "devel" ]
1111

1212
jobs:
1313

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- v*
66
branches:
77
- main
8+
- devel
89
pull_request:
910
permissions:
1011
contents: read

0 commit comments

Comments
 (0)