Skip to content

Commit ac49ae6

Browse files
Merge pull request #9 from karthikbhandary2/karthik
fix: changed the branch name in audit.yaml
2 parents 1a06084 + 53a8396 commit ac49ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/audit.yaml

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

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

99
jobs:
1010
audit:

0 commit comments

Comments
 (0)