Skip to content

Commit

Permalink
make sure to run ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Feb 21, 2025
1 parent 2063c92 commit aa4e9da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches:
- main
- master
- v3

push:
branches:
- main
- master
- v3

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/vulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
branches:
- master
- main
- v3

push:
branches:
- master
- main
v3

jobs:
vulncheck:
name: Analysis
Expand Down

0 comments on commit aa4e9da

Please sign in to comment.