Skip to content

Commit e524556

Browse files
author
Jaco Labuschagne
committed
Update GitHub Actions workflows to use 'master' branch instead of 'main'
- Changed branch references in security.yml and test.yml workflows to align with the updated branch naming convention. - Ensured that both workflows trigger on pushes and pull requests to the 'master' branch.
1 parent 037285c commit e524556

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master ]
88
schedule:
99
- cron: '0 0 * * 0' # Run once a week on Sunday at midnight
1010

.github/workflows/test.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ master ]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)