Skip to content

Commit dfca1ec

Browse files
committed
fix action
1 parent 5184507 commit dfca1ec

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CodeQL Advanced Security
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, dev ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ main, dev ]
88
schedule:
99
# Run weekly on Wednesday at 00:00 UTC
1010
- cron: '0 0 * * 3'

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Dependency Review
22

33
on:
44
pull_request:
5-
branches: [ main, develop ]
5+
branches: [ main, dev ]
66
paths:
77
- 'go.mod'
88
- 'go.sum'

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Security Scanning (GoSec)
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main, dev ]
66
pull_request:
7-
branches: [ main, develop ]
7+
branches: [ main, dev ]
88
schedule:
99
# Run weekly on Monday at 00:00 UTC
1010
- cron: '0 0 * * 1'

0 commit comments

Comments
 (0)